View source: R/calcSizeTransitionMatrix.R
calcSizeTransitionMatrix | R Documentation |
Function to calculate a size transition matrix.
calcSizeTransitionMatrix(
coeffs = list(type = "LinearGrowthIncrement", a = 0.7, b = 0.883118, beta = 0.75, maxDZ
= 50),
sizes = seq(from = 25, to = 185, by = 1),
showPlot = FALSE,
log = FALSE,
colors = grDevices::rainbow(1000)
)
coeffs |
: list including function 'type' and parameter values |
sizes |
: vector of sizes at which to calculate the sie transition probabilities |
showPlot |
: flag (T/F) to plot the matrix |
log |
: flag to use ln-scale on plot |
colors |
: palette to use to color the plot |
If
'type'='LinearGrowthIncrement', calls calcSizeTransitionMatrix.LinearGrowthIncrement
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.