print.arbutus: Print arbutus object

View source: R/compare.summStat.R

print.arbutusR Documentation

Print arbutus object

Description

Generic function for printing 'arbutus' objects from compare_pic_stat

Usage

## S3 method for class 'arbutus'
print(x, ...)

Arguments

x

an arbutus object

...

additional arguments to be passed to print

Value

prints p.values to screen

Examples

data(finch)
phy <- finch$phy
dat <- finch$data[,"wingL"]

## use arbutus() to assess model adequacy
## pretend as if tree has already been rescaled
p <- arbutus(phy, data=dat, nsim=10)

## print output
p


mwpennell/arbutus documentation built on Oct. 6, 2022, 10 a.m.