tbl_ss_class | R Documentation |
Produce a table of variable average values for the Seascape Class with a
distribution plot relative to all Classes. This function wraps around
plot_ss_class_var
.
tbl_ss_class(class, dir_svg, web_svg, tbl_classes = ss_gl_classes, ...)
class |
integer identifier for Seascape Class |
dir_svg |
local filesystem directory where to store SVG files |
web_svg |
web prefix for referencing the SVG files |
tbl_classes |
table of values from which to extract |
... |
other parameters to pass onto |
dir_svg <- here::here("inst/svg")
web_svg <- "../svg"
tbl_ss_class(1, dir_svg, web_svg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.