new_gp: A constructor for a gp object

View source: R/gp.R

new_gpR Documentation

A constructor for a gp object

Description

A constructor for a gp object

Usage

new_gp(nrow = 1L, ncol = 1L, data = data.frame(), tidy = FALSE)

Arguments

nrow

Integer. Number of rows of the plate.

ncol

Integer. Number of columns of the plate.

data

An optional dataframe including plate data

tidy

Is the supplied data already tidy, or should it be tidied?

Value

a gp object

Examples

new_gp(nrow = 8L, ncol = 16L)

KaiAragaki/Plate documentation built on Sept. 2, 2024, 3:39 a.m.