xy_x | R Documentation |
XY vector extractors
xy_x(x)
xy_y(x)
xy_z(x)
xy_m(x)
x |
An |
Components of the xy()
vector or NULL if the dimension is missing
x <- xyz(1:5, 6:10, 11:15)
xy_x(x)
xy_y(x)
xy_z(x)
xy_m(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.