Skip to contents

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.

Value

A ggplot object.

Examples

atlas <- diagnostic_atlas_data("cylindrical", n = 20, seed = 1)
ggplot2::autoplot(atlas)