gp_unserve | R Documentation |
data.frame
into a gp
An opposite to serve()
gp_unserve(x, row = ".row", col = ".col", nrow = NULL, ncol = NULL)
x |
A tidy |
row |
Character. The column that represents the rows. Should be numeric, with the lowest number representing the topmost row. |
col |
Character. The name of the column that represents columns. Should be numeric, with the lowest number representing the leftmost column. |
nrow |
Optional numeric, denoting the number of rows in the plate. If not supplied, will be imputed from the largest number in the 'row' column |
ncol |
Optional numeric, denoting the number of columns in the plate. If not supplied, will be imputed from the largest number in the 'col' column |
a gp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.