View source: R/plot_vp_euler3.R
plot_vp_euler3 | R Documentation |
Plots an Euler diagram from an object created with vegan's 'varpart' function, using three explanatory variables.
plot_vp_euler3(
vp,
names = c("X1", "X2", "X3"),
col = c("brown3", "skyblue3", "orange")
)
vp |
output from 'varpart' analysis. |
names |
vector with the names of the tables with explanatory variables. |
color |
vector with colors for the diagram bubbles. |
An Euler plot.
plot_vp_euler3()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.