plot_euler | R Documentation |
Plots Euler diagram from dataframe
plot_euler( data_, fontsize = 8, linewidth = 0.5, transpose = T, from.row.names = "observations", to.row.names = "variables", view = T, input, output = "plot_euler" )
data_ |
data_ list |
fontsize |
size of labels |
linewidth |
thiccness of ellipses |
transpose |
transpose data frame |
from.row.names |
row names column of initial data frame |
to.row.names |
row names column after transposing (must be variables) |
view |
view plot |
input |
name of input data |
output |
name of output data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.