View source: R/screenmill-grid-addin.R
shift_grid_cell | R Documentation |
Adds a conditional to shift grid so that grid can be moved by colony_row,
colony_col or both to specify a specific cell. The conditional should
be captured with quo
as such:
cond = quo(colony_row == 16 & colony_col%in%c(14:22))
shift_grid_cell(
plate,
cond,
left = 0,
right = 0,
up = 0,
down = 0,
view = TRUE
)
plate |
a screenmill plate object loaded by the read_plate function |
cond |
a quoted conditional statement to select range of rows or cols |
left |
number of pixels to move grid to the left |
right |
number of pixels to move grid to the right |
up |
number of pixels to move grid up |
down |
number of pixels to move grid down |
view |
logical display plate with grid defaults to TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.