Skip to contents

Plot the geometry of an OGRFeature object

Usage

# S3 method for class 'OGRFeature'
plot(x, xlab = "x", ylab = "y", main = "", ...)

Arguments

x

An OGRFeature object.

xlab

Title for the x axis.

ylab

Title for the y axis.

main

The main title (on top).

...

Optional arguments passed to wk::wk_plot().

Value

The input, invisibly.