new_gp | R Documentation |
A constructor for a gp object
new_gp(nrow = 1L, ncol = 1L, data = data.frame(), tidy = FALSE)
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? |
a gp
object
new_gp(nrow = 8L, ncol = 16L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.