plot.pagel: Plots the results of a multi-tree Pagel correlation analysis.

Description Usage Arguments Examples

View source: R/plot.pagel.R

Description

This function plots the results of a multi-tree Pagel correlation analysis created with pagel_multi. Depends on reshape2 and ggplot2.

Usage

1
2
## S3 method for class 'pagel'
plot(pagels, what = "", ...)

Arguments

what

Select which parameter to plot. Options = "lik", "pvalue". Default = "pvalue"

pagel

The results of pagel_multi.

Examples

1
plot(pagels, what="lik")

reslp/correlate documentation built on Aug. 29, 2019, 11 a.m.