hillclimbplot | R Documentation |
Plot the hillclimber trajectory
hillclimbplot(x, ...)
## S3 method for class 'slouch'
hillclimbplot(x, ...)
x |
An object of class 'slouch' |
... |
Additional arguments passed to 'plot.default(...)' |
hillclimbplot(slouch)
: Hillclimbplot for the 'slouch object'
library(slouch)
library(ape)
data(neocortex)
data(artiodactyla)
neocortex <- neocortex[match(artiodactyla$tip.label, neocortex$species), ]
m0 <- slouch.fit(phy = artiodactyla,
species = neocortex$species,
response = neocortex$neocortex_area_mm2_log_mean,
mv.response = neocortex$neocortex_se_squared,
hillclimb = TRUE)
hillclimbplot(m0)
m1 <- brown.fit(phy = artiodactyla,
species = neocortex$species,
response = neocortex$neocortex_area_mm2_log_mean,
mv.response = neocortex$neocortex_se_squared,
hillclimb = TRUE)
hillclimbplot(m1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.