summary.LCx {BeeGUTS}R Documentation

Summary of LCx objects

Description

This is the generic summary S3 method for the LCx class. It shows the median and 95% credible interval of the calculated LCx.

Usage

## S3 method for class 'LCx'
summary(object, ...)

Arguments

object

An object of class LCx

...

Additional arguments to be parsed to the generic summary method (not used)

Value

A summary of the LCx object

Examples


data(fitBetacyfluthrin_Chronic)
out <- LCx(fitBetacyfluthrin_Chronic)
summary(out)


[Package BeeGUTS version 1.1.3 Index]