plot_mvar_from_opts: Plot an mvar object from options list

Description Usage Arguments Value

View source: R/plot_mvar_from_opts.R

Description

plot_mvar helps plot multiple projection layers associated with an mvar object, using ggplot2 with various options to customize the plot's appearance.

Usage

1
2
plot_mvar_from_opts(mvar_object, coordfixed = TRUE, opts = NULL,
  opts_center = NULL)

Arguments

mvar_object

An object of class mvarLayer that we want to visualize.

opts

A list whose i^th component contains the opts argument for the i^th table in the mvar_object. See plot_table() for a description of what these need to contain.

Value

p A ggplot object mapping the layers specified in the arguments.


krisrs1128/mvarVis documentation built on Oct. 13, 2019, 11:14 p.m.