Skip to contents

Returns the Y coordinate of a point.

Usage

st_y(x, ...)

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

Arguments

x

dbSpatial object

...

additional arguments

Value

dbSpatial object with Y coordinate column

Methods (by class)

  • st_y(dbSpatial): Method for dbSpatial objects

See also

Other accessors: st_npoints(), st_x()

Examples

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