def.time {spTDyn} | R Documentation |
Timer series information.
Description
This function defines the time series in the spatio-temporal data.
Usage
def.time(t.series, segments=1)
Arguments
t.series |
Number of times within each segment in each series. Can take only regular time-series. |
segments |
Number of segments in each time series. This should be a constant. |
See Also
Examples
##
# regular time-series in each year
time.data<-def.time(t.series=30,segments=2)
##
[Package spTDyn version 2.0.2 Index]