Skip to contents

Returns the X coordinate of a point.

Usage

st_x(x, ...)

# S4 method for class 'dbSpatial'
st_x(x, ...)

Arguments

x

dbSpatial object

...

additional arguments

Value

dbSpatial object with X coordinate column

Methods (by class)

  • st_x(dbSpatial): Method for dbSpatial objects

See also

Other accessors: st_npoints(), st_y()

Examples

if (FALSE) { # \dontrun{
st_x(x)
} # }