HourlyConcentrations-methods: Handling model results

Description Usage Arguments Details Value

Description

Aggregate the "raw" result matrix obtained from predict.Caline3Model, summarizing the pred estimates for each receptor.

Usage

1
2
3
## S3 method for class 'HourlyConcentrations'
aggregate(x, FUN = list("min", "mean",
  "median", "GM", "max", "sd"), na.rm = T, ...)

Arguments

x

concentrations obtained from predict.Caline3Model

FUN

a list of summary functions to apply to each receptor location

na.rm

logical; passed to each summary function in turn

...

other arguments

Details

Use as(x, "SpatialPointsDataFrame") to re-bind these summary statistics with the locations (and other attributes) of the rcp used in the prediction step.

Value

matrix of summary statistics\


holstius/Rcaline documentation built on May 17, 2019, 4:39 p.m.