make_footprint: footprint of microtitre plate from width and height

Description Usage Arguments Value Examples

View source: R/graphical-elements.R

Description

footprint of microtitre plate from width and height

Usage

1
make_footprint(w, h, r = 3)

Arguments

w

<num> width of plate

h

<num> height of plate

r

<num> radius of circle used to round corners. currently not used.

Value

A tibble() of length 1. Each row is a rect with variables: x, y, w, h, rx, ry, xmin, xmax, ymin, ymax.

Examples

1
    make_footprint(127.76, 87.45) # SBS plate footprint.

npjc/mtpview1 documentation built on Oct. 29, 2019, 9:41 a.m.