summary.adm: summary of age-depth model

View source: R/summary.R

summary.admR Documentation

summary of age-depth model

Description

Displays some summary numbers of an age-depth models

Usage

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

Arguments

object

an adm object

...

other variables, are ignored

Value

Invisible NULL, prints summary to the console

Examples

my_adm = tp_to_adm(t = 1:5, h = c(2,2,3), L_unit = "m", T_unit = "Myr" )
summary(my_adm)



admtools documentation built on Oct. 4, 2024, 1:09 a.m.