sm_resize_crop: sm_resize_crop

View source: R/screenmill-grid-addin.R

sm_resize_cropR Documentation

sm_resize_crop

Description

shifts the crop of a plate by the specified pixel amount in the specified direction

Usage

sm_resize_crop(plate, left = 0, right = 0, up = 0, down = 0, view = TRUE)

Arguments

plate

a screenmill plate object loaded by the read_plate function

left

number of pixels to move left grid-edge to the left, use negative values to move it to the right

right

number of pixels to move right grid-edge to the right, use negative values to move it to the left

up

number of pixels to move top grid-edge up, negative moves it down

down

number of pixels to move bottom grid-edge down, negative moves it up

view

logical display plate with grid defaults to TRUE


RobertJDReid/screenmill.grid documentation built on April 2, 2022, 6:34 a.m.