theme_nude: Render a ggplot2 plot with only the data.

theme_nudeR Documentation

Render a ggplot2 plot with only the data.

Description

theme_nude themes a ggplot2 plot with only the data. Remember to remove any padding by also adding '+ scale_x_continuous(expand = c(0, 0)) + scale_y_continuous(expand = c(0, 0))'. This function is useful when overlaying raster data on en face and B-scan images.

Usage

theme_nude(
  base_size = 11,
  base_family = "",
  base_line_size = base_size/22,
  base_rect_size = base_size/22
)

barefootbiology/heyexr documentation built on July 9, 2022, 3:35 a.m.