Plot diagnostic atlas data
Usage
# S3 method for class 'diagnostic_atlas_data'
autoplot(
object,
...,
point_alpha = 0.2,
point_size = 0.7,
smooth = TRUE,
base_size = 11
)Arguments
- object
Object returned by
diagnostic_atlas_data().- ...
Reserved for future extensions.
- point_alpha
Point transparency.
- point_size
Point size.
- smooth
Should a loess smooth be added for cylindrical data?
- base_size
Base font size.
See also
Other directional diagnostics:
diagnostic_atlas_data(),
diagnostic_scenarios(),
plot_classical_comparison(),
plot_diagnostic_atlas(),
simulate_cyl_diagnostic(),
simulate_tor_diagnostic()
Examples
atlas <- diagnostic_atlas_data("cylindrical", n = 20, seed = 1)
ggplot2::autoplot(atlas)