plot_ss_class_var_svg | R Documentation |
This function wraps around plot_ss_class_var
to write the ggplot as a vector
format file (*.svg) and return a path to the file that could be used for the
web.
plot_ss_class_var_svg(var, val, g_svg, web_svg, redo = F, ht_ratio = 0.3, ...)
var |
variable to plot, for getting distribution of all Class averages from |
val |
average value to plot as a vertical line |
g_svg |
local file path to output ggplot as scalable vector graphic (*.svg) |
web_svg |
web prefix with which to return the path in HTML as an image |
ht_ratio |
ratio of height to width; default = |
... |
other parameters to pass onto |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.