powered by
Wrapper of siberDensityPlot.
plotTP(TPdist = NULL, ...)
vector. One posterior distribution (or a collection) of trophic position. In case of wanting to plot two or more posterior distributions, needs to be passed as a data.frame object.
additional arguments passed to this function.
A new figure window
# NOT RUN { species1 <- stats::rnorm(1000, 4, 0.1) species2 <- stats::rnorm(1000, 3, 0.8) plotTP(data.frame(species1, species2)) # }
Run the code above in your browser using DataLab