plotly_mdd: Maximum desirable devation plotly object

Description Usage Arguments Value Examples

View source: R/plot_mdd.R

Description

Maximum desirable devation plotly object

Usage

1
plotly_mdd(links, volume, count, color_field, id = NULL)

Arguments

links

Model link table as a tidy data frame, with each row representing an analysis link. The function assumes that the data is already tidy: two-way links should already be converted to single values, etc.

volume

Character string identifying the modeled volume in the link table.

count

Character string identifying the calibration/validation counts in the link table.

color_field

(Optional) character string identifying variable to color observations by, for example facility type.

id

A link identification field. If NULL, then use rownames(links)

Value

a plotly object

Examples

1
plotly_mdd(links, "volume", "count", "facility_group")

pbsag/outviz documentation built on Dec. 7, 2019, 5:50 a.m.