View source: R/create_new_data.r
create_new_data | R Documentation |
Create new spatial data for interpolation
create_new_data(obj, gen_mode = "chull", npoints = 10000)
obj |
A Spatial*DataFrame. |
gen_mode |
character. One of 'rect' (rectangular) and 'chull' (convex hull). |
npoints |
integer. the number of points that will be generated |
A SpatialPointsDataFrame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.