Learn R Programming

tRophicPosition (version 0.8.0)

summary.isotopeData: Summary for stable isotope data

Description

Summary for stable isotope data

Usage

# S3 method for isotopeData
summary(object, print = TRUE, round_dec = 1, ...)

Value

a list with number of observations, mean, standard deviation, standard error, minimum, maximum and median for each element of an isotopeData class object.

Arguments

object

an isotopeData class object.

print

a logical value to indicate whether the summary is printed.

round_dec

number of decimals kept.

...

additional arguments passed to this function.

Examples

Run this code
a <- generateTPData()
summary(a)

Run the code above in your browser using DataLab