plotEntropy: Plots entropy for one taxon

Description Usage Arguments

View source: R/Entropy.R

Description

Plots entropy for one taxon

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
plotEntropy(
  entropy,
  time,
  minTime = min(time),
  maxTime = max(time),
  drawBox = FALSE,
  xNoAxis = TRUE,
  xAt = NULL,
  xLabels = TRUE,
  fillColor = NULL,
  lineColor = "black",
  ylab = "Entropy",
  cex.label = 0.75
)

Arguments

entropy

Vector of entropy values

time

Vector of times

minTime

Minimum time to plot

maxTime

Maximum time to plot

drawBox

Add box around plot

xNoAxis

Do not show x-axis

xAt

Time axis at values

xLabels

Time axis labels values

fillColor

Color to fill in below entropy time-series

lineColor

Color of entropy time-series

ylab

Y-axis label text

cex.label

Y-axis label size


beast-dev/MarkovJumpR documentation built on Sept. 17, 2020, 3:36 p.m.