create_new_data.ST: Generate a new spatiotemporal points for the spatiotemporal...

View source: R/create_new_data.r

create_new_data.STR Documentation

Generate a new spatiotemporal points for the spatiotemporal prediction and interpolation

Description

Generate a new spatiotemporal points for the spatiotemporal prediction and interpolation

Usage

create_new_data.ST(obj, form, gen_mode = "chull", npoints = 10000, forward = 6)

Arguments

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.

Value

A STFDF object.


sigmafelix/autoSTK documentation built on May 2, 2024, 11:23 a.m.