Generate a simple plot visualizing simulated data. Compares the derived WSMAF to the PLMAF.
Usage
# S3 method for sim
autoplot(object, ...)
# S3 method for sim
plot(x, ...)
Arguments
- object, x
An object of class
sim
. Derived from the output ofsim_biallelic()
.- ...
Other arguments passed on to methods.
See also
Other simulated data functions:
process_sim()
,
sim_biallelic()
Examples
plot(sim_biallelic(coi = 2))
plot(sim_biallelic(coi = 5))