mat_st_df_to_pt | R Documentation |
mat_st_to_df
mat_st_df_to_pt(df, lat_var, lng_var, crs = NULL)
df |
data frame |
lat_var , lng_var |
name of cloumns |
crs |
crs |
df <- data.frame(x = c(1,2,3), y = c(3,4,2))
df_st <- mat_st_df_to_pt(df, lat_var = x, lng_var = y, crs = 4326)
plot(df_st)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.