scale_exuber_manual
allows specifying the color, size and linetype in
autoplot.radf_obj
mappings. theme_exuber
is a complete theme which control
all non-data display.
scale_exuber_manual(
color_values = c("red", "blue"),
linetype_values = c(2, 1),
size_values = c(0.8, 0.7)
)theme_exuber(
base_size = 11,
base_family = "",
base_line_size = base_size/22,
base_rect_size = base_size/22
)
a set of color values to map data values to.
a set of linetype values to map data values to.
a set of size values to map data values to.
base font size, given in pts.
base font family
base size for line elements
base size for rect elements