plt12: ggplot plate object

Description Usage Arguments Value

View source: R/plot_wrapper.R

Description

internal function

Usage

1
2
3
4
5
6
7
8
plt12(
  platemap,
  size = 38,
  shape = 21,
  na_fill = "white",
  na_alpha = 0.1,
  na_size_ratio = 0.9
)

Arguments

platemap

platemap dataframe produced by plate_map

size

int, size parameter for ggplot2::geom_point

shape

int, shape parameter for ggplot2::geom_point

na_fill

string, fill colour for na or missing values

na_alpha

float, alpha transparancy for missing or na values

na_size_ratio

float, size ratio for missing values, set to 1 for same size as normal values.

Value

ggplot object


platetools documentation built on June 3, 2021, 5:06 p.m.

Related to plt12 in platetools...