tbl_ss_class: Table of Seascape Class with plots per variable

View source: R/viz.R

tbl_ss_classR Documentation

Table of Seascape Class with plots per variable

Description

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.

Usage

tbl_ss_class(class, dir_svg, web_svg, tbl_classes = ss_gl_classes, ...)

Arguments

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 var; default = ss_gl_classes

...

other parameters to pass onto plot_ss_class_var

Examples

dir_svg  <- here::here("inst/svg")
web_svg  <- "../svg"
tbl_ss_class(1, dir_svg, web_svg)

marinebon/seascapeR documentation built on Nov. 13, 2024, 2:30 a.m.