View source: R/extractRaster.R
getLatitudeColumn | R Documentation |
Returns the best latitude column name in df data.frame, if one exists.
getLatitudeColumn(df)
df |
The data.frame, hopefully containing a column for latitude |
Returns the best column name for latitude - 'latitude', 'lat', or 'y' respectively, or NULL if none of these column names exists in df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.