Learn R Programming

admtools (version 0.4.0)

summary.adm: summary of age-depth model

Description

Displays some summary numbers of an age-depth models

Usage

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

Value

Invisible NULL, prints summary to the console

Arguments

object

an adm object

...

other variables, are ignored

Examples

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


Run the code above in your browser using DataLab