View source: R/graph_visualization.R
generate_legend | R Documentation |
it often helps to have a legend displayed for reference.
generate_legend(
in_assign,
upper_names = TRUE,
img = FALSE,
width = 800,
height = 400,
pointsize = 70,
...
)
in_assign |
the assign object from |
upper_names |
whether to make names uppercase for easier viewing |
img |
should a base64 encoded data uri be returned for embedding? |
width |
how wide should the image be if saving to an image |
height |
how high should it be |
pointsize |
the pointsize parameter for Cairo, determines textsize in the image |
... |
any other parameter to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.