summary.adm {admtools}R 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)



[Package admtools version 0.2.0 Index]