xy_x {wk}R Documentation

XY vector extractors

Description

XY vector extractors

Usage

xy_x(x)

xy_y(x)

xy_z(x)

xy_m(x)

Arguments

x

An xy() vector

Value

Components of the xy() vector or NULL if the dimension is missing

Examples

x <- xyz(1:5, 6:10, 11:15)
xy_x(x)
xy_y(x)
xy_z(x)
xy_m(x)


[Package wk version 0.9.2 Index]