xy(x = double(), y = double(), crs = wk_crs_auto())xyz(x = double(), y = double(), z = double(), crs = wk_crs_auto())
xym(x = double(), y = double(), m = double(), crs = wk_crs_auto())
xyzm(
x = double(),
y = double(),
z = double(),
m = double(),
crs = wk_crs_auto()
)
xy_dims(x)
as_xy(x, ...)
# S3 method for default
as_xy(x, ..., dims = NULL)
# S3 method for wk_xy
as_xy(x, ..., dims = NULL)
# S3 method for matrix
as_xy(x, ..., crs = NULL)
# S3 method for data.frame
as_xy(x, ..., dims = NULL, crs = NULL)