print.STmodel {SpatioTemporal} | R Documentation |
STmodel
objectprint
method for class STmodel
.
## S3 method for class 'STmodel' print(x, type = x$locations$type, ...)
x |
|
type |
Factorial of |
... |
Ignored additional arguments. |
Nothing
Johan Lindstrom
Other STmodel methods: MCMC.STmodel
,
c.STmodel
, createSTmodel
,
estimate.STmodel
,
estimateCV.STmodel
,
plot.STdata
, predict.STmodel
,
print.summary.STmodel
,
qqnorm.predCVSTmodel
,
scatterPlot.predCVSTmodel
,
simulate.STmodel
,
summary.STmodel
##load some data data(mesa.model) ##print basic information regarding obs, locations, dates, etc print(mesa.model)