wells_tbl: return a one-row-per-well tibble of a microtitre plate with n...

Description Usage Arguments Examples

View source: R/graphical-elements.R

Description

return a one-row-per-well tibble of a microtitre plate with n rows and n cols.

Usage

1
wells_tbl(nrow, ncol, col_nchar = nchar(ncol))

Arguments

nrow

number of rows in microtitre plate

ncol

number of columns in microtitre plate

Examples

1
2
3
4
5
    mtp_wells_tbl(6, 8)
    mtp_wells_tbl(8, 12)
    mtp_wells_tbl(16, 24)
    mtp_wells_tbl(32, 48)
    mtp_wells_tbl(64, 96)

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