Learn R Programming

SpatioTemporal (version 1.1.2)

print.STmodel: Print details for STmodel object

Description

print method for class STmodel.

Usage

## S3 method for class 'STmodel':
print(x, type = x$locations$type, ...)

Arguments

x
STmodel object to print information for.
type
Factorial of length(x$locations$ID), if not NULL the output also presents summaries of number of sites and observations as well as time periods per type of site.
...
Ignored additional arguments.

Value

  • Nothing

See Also

Other STmodel methods: createSTmodel, c.STmodel, estimateCV.STmodel, estimate.STmodel, MCMC.STmodel, plot.STdata, plot.STmodel, predictCV.STmodel, predict.STmodel, print.summary.STmodel, simulate.STmodel, summary.STmodel

Examples

Run this code
##load some data
data(mesa.model)
##print basic information regarding obs, locations, dates, etc
print(mesa.model)

Run the code above in your browser using DataLab