make_row_labels: make row labels for a microtitre plate from a set of scales

Description Usage Arguments Value

View source: R/graphical-elements.R

Description

make row labels for a microtitre plate from a set of scales

Usage

1
2
3
make_row_labels(xs, ys, nudge_x = 0)

make_col_labels(xs, ys, nudge_y = 0)

Arguments

xs

<list> bandwidth scale trained on plate height and n cols

ys

<list> bandwidth scale trained on plate width and n rows

nudge_x

<num> amount to nudge the labels by, defaults to 0.

nudge_y

<num> amount to nudge the labels by, defaults to 0.

Value

A tibble() of length nrows. One row per label with label positioned at point x, y.


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