Skip to contents

The dplot functions plot data passed to a gadget3 model instead of data from the model or fit objects.

Usage

dplot_sexr(x, ncol = NULL, base_size = 8)

Arguments

x

A gadget3 ready data frame created using mfdb, g3_data or add_g3_attributes.

ncol

Number of columns passed to facet_wrap

base_size

Base size parameter for ggplot. See ggtheme.

Value

A ggplot object.

Examples

data(sexratio_example)
dplot_sexr(sexratio_example)