plt48: ggplot plate object

View source: R/plot_wrapper.R

plt48R Documentation

ggplot plate object

Description

internal function

Usage

plt48(
  platemap,
  size = 18,
  shape = 21,
  na_fill = "white",
  na_size_ratio = 0.9,
  na_alpha = 0.1
)

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_size_ratio

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

na_alpha

float, alpha transparancy for missing or na values

Value

ggplot object


platetools documentation built on May 29, 2024, 8:43 a.m.

Related to plt48 in platetools...