View source: R/extract_coordinate_values.R
| extract_coordinate_values | R Documentation |
This function extracts three numeric columns from the input table. If possible, columns which are named x/X, y/Y, or z/Z.
extract_coordinate_values(coordinate_table)
coordinate_table |
An object which is valid according to
|
A base::data.frame() with just three columns that are expected to
hold the x-, y-, and z-coordinates in that order.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.