magnitude_plot: Quickly plot the magnitudes of an ensemble of models

Description Usage Arguments Details

Description

magnitude_plot plots data derived from an mg_ensemble object. The x_major and y_major attributes of the mg_ensemble are used as the x and y axes of the plot. Each model in the ensemble is mapped to a point. The size of each point corresponds to the magnitude of a quantity associated with that model (or its derivative data). An additional variable can also be mapped to the color of the point (optional).

Usage

1
  magnitude_plot(data, magnitude, title = "", ...)

Arguments

data

Any type of data object whose class is defined in the modelglyphs package. The class of the object will begin with "mg_".

magnitude

The name of the variable in data whose magnitude will be plotted. The name should be written as a character vector.

title

Optional. The title of the graph as a character string.

Details

Magnitude plots are meant to be quick and exploratory.


garrettgman/modelglyphs documentation built on May 16, 2019, 5:39 p.m.