View source: R/create_new_data.r
create_new_data.ST | R Documentation |
Generate a new spatiotemporal points for the spatiotemporal prediction and interpolation
create_new_data.ST(obj, form, gen_mode = "chull", npoints = 10000, forward = 6)
obj |
a ST*DF object. |
form |
formula. |
gen_mode |
character. One of 'rect' (rectangular) and 'chull' (convex hull). |
npoints |
integer. the number of points that will be generated |
forward |
integer. the time length of the data will generate ahead of the last time point of the input data. If NULL is passed, the spatiotemporal interpolation mode in obj will be conducted. |
A STFDF object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.