Learn R Programming

SpatioTemporal (version 0.9.2)

printMesaDataNbrObs: Summary of Locations and Time Points

Description

Prints output summarizing locations and time points at both observed and unobserved locations and dates in the input data structure.

Usage

printMesaDataNbrObs(mesa.data)

Arguments

mesa.data
A data structure containing observations. Could also contain locations and dates where data were not observed, i.e. if predictions were desired at those locations and dates. Could be in the form of either

Value

  • Does not return anything.

encoding

latin1

Details

The printed output gives the number of total locations in mesa.data and specifies how many of those locations are for observed data. Similarly, the output gives the number of time points in mesa.data and the range of those dates, and specifies how many of those time points are for observed data and the range of the observed time points. The number of total observations are given (over all locations and time points), as well as a summary of the range of dates and number of observations for each monitoring type, if type is specified in mesa.data. If type is specified, the output also summarizes the number of total monitoring types in mesa.data and the subset of which were for observed data.

See Also

plotMesaData, plotMonitoringLoc for further data summaries.

Examples

Run this code
##load some data
data(mesa.data)
##print summary information regarding no. obs, locations, and dates
printMesaDataNbrObs(mesa.data)

Run the code above in your browser using DataLab