Learn R Programming

spTimer (version 0.02)

spT.time: Timer series information.

Description

This function defines the time series in the spatio-temporal data.

Usage

spT.time(t.series, segment=1)

Arguments

t.series
Number of times within each segment in each series. This should be a constant. Currently it is not possible to make it a variable? Like its 30 for April, and 31 for May etc.
segment
Number of segments in each time series. This should be a constant.

See Also

spT.Gibbs.

Examples

Run this code
## 

time.data<-spT.time(t.series=31,segment=2)

##

Run the code above in your browser using DataLab