spT.time | R Documentation |
This function defines the time series in the spatio-temporal data.
spT.time(t.series, segments=1)
t.series |
Number of times within each segment in each series. It could be either a scalar or a vector. It should be a scalar if the segments are of equal length and should be a vector of length |
segments |
Number of segments in each time series. This should be a scalar. |
spT.Gibbs
.
##
# Equal length time-series in each of 3 years
time.data<-spT.time(t.series=365,segments=3)
# Un-equal length time-series in 5 years
time.data<-spT.time(t.series=c(366, 365, 365, 365, 366),segments=5)
##
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.