Description Usage Arguments Value
Plots MarkovJump paths for one taxon
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | plotPaths(
paths,
locationMap = NULL,
minTime = min(paths$startTime, paths$endTime),
maxTime = max(paths$startTime, paths$endTime),
defaultColor = "black",
otherColor = "black",
verticalColor = NULL,
alpha = 0.1,
yJitterSd = 0.1,
cex.labels = 0.5,
addLocationLine = FALSE,
mustDisplayAllLocations = TRUE,
xAt = NULL,
xLabels = TRUE
)
|
paths |
MarkovJumps paths |
locationMap |
A |
minTime |
Minimum time to plot |
maxTime |
Maximum time to plot |
defaultColor |
Default color for dwell times |
otherColor |
Color for locations not provided in |
verticalColor |
Color of transitions (default 'NULL' uses origin location color) |
alpha |
Alpha value to overlay dwell times |
yJitterSd |
Standard deviation of jitter around location |
cex.labels |
Location text label size |
addLocationLine |
Plot dashed line across locations |
mustDisplayAllLocations |
Check that |
xAt |
Time axis |
xLabels |
Time axis |
MarkovJumps path object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.