regimeplot: Plot the internal regimes for a given fitted model

Description Usage Arguments Value Methods (by class) Examples

View source: R/methods.R

Description

Plot the internal regimes for a given fitted model

Usage

1
2
3
4
## S3 method for class 'slouch'
regimeplot(x, ...)

regimeplot(x, ...)

Arguments

x

an object of class 'slouch'

...

additional parameters passed to plot.phylo(...)

Value

nothing

Methods (by class)

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
data(artiodactyla)
data(neocortex)

neocortex <- neocortex[match(artiodactyla$tip.label, neocortex$species), ]

m0 <- slouch.fit(phy = artiodactyla,
                 species = neocortex$species,
                 response = neocortex$body_mass_g_log_mean,
                 mv.response = neocortex$body_mass_g_log_varmean,
                 fixed.fact = neocortex$diet,
                 hillclimb = TRUE)
                 
regimeplot(m0)

slouch documentation built on Feb. 21, 2020, 5:08 p.m.