Learn R Programming

wk (version 0.9.4)

xy_x: XY vector extractors

Description

XY vector extractors

Usage

xy_x(x)

xy_y(x)

xy_z(x)

xy_m(x)

Value

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

Arguments

x

An xy() vector

Examples

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

Run the code above in your browser using DataLab