View source: R/plot_vp_euler4.R
plot_vp_euler4 | R Documentation |
Plots an Euler diagram from an object created with vegan's 'varpart' function, using four explanatory variables.
plot_vp_euler4(
vp,
names = c("X1", "X2", "X3", "X4"),
col = c("brown3", "skyblue3", "orange", "chartreuse4")
)
vp |
output from 'varpart' analysis. |
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.