as_spatial | R Documentation |
Create a SpatialPointsDataFrame from tabular data
as_spatial(
input_data,
coord_vars,
crs = CRS(NA_character_),
na.rm = TRUE,
...,
verbose = getOption("verbose")
)
input_data |
tabular data |
coord_vars |
names of variables in |
crs |
as would be returned by |
na.rm |
drop any rows with non-finite coordinates |
... |
passed to |
verbose |
display messages |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.