Learn R Programming

SpatioTemporal (version 1.1.2)

print.STdata: Print details for STdata object

Description

print method for class STdata.

Usage

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

Arguments

x
STdata object to print information for.
type
Factorial of length(x$covars$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 STdata methods: createSTdata, plot.STdata, plot.STmodel, print.summary.STdata, summary.STdata

Examples

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

Run the code above in your browser using DataLab