Description Usage Arguments Value
View source: R/nz_convert_raster_to_dggs_by_centroid.R
Convert Raster object to dggs by centroids. You have to save csv file by yourself.Like using which write.csv(df2,name,sep=';', row.names=FALSE,)
1 | nz_convert_raster_to_dggs_by_centroid(rast, centroids, key, tid)
|
rast |
Raster Object exported from Raster package |
centroids |
centroids dg made by nz_make_centroids_df_from_csv function |
key |
key |
tid |
tid value |
A dataframe object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.