construct_graph: Construct a graph or list of graphs

construct_graphR Documentation

Construct a graph or list of graphs

Description

Construct a graph or list of graphs, whose characteristics are determined by a configuration file.

Usage

construct_graph_univariate(variable_name, ds_metadata, d_observed)

Arguments

variable_name

The name of the single variable to graph.

ds_metadata

The data.frame containing the metadata. See create_manifest_explore_univariate.

d_observed

The data.frame containing the data to be graphed.

Examples

#d_observed <- beaver1
d_observed <- InsectSprays
ds_manifest <- TabularManifest::create_manifest_explore_univariate(d_observed, write_to_disk=FALSE)

construct_graph_univariate(variable_name="count", ds_manifest, InsectSprays)

construct_graph_list_univariate(ds_manifest=ds_manifest, d_observed=d_observed)

Melinae/TabularManifest documentation built on April 22, 2024, 11:39 p.m.