Skip to content
Snippets Groups Projects
Commit 73258a1c authored by Wayne Crismani's avatar Wayne Crismani
Browse files

Update to documentation of auto_crop.R

parent cf2e5b6d
No related branches found
No related tags found
1 merge request!1Update auto_crop.R
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
#' A cropping function
#'
#' This function identifies meiotic nuclei and crops them.
#' @keywords synapsis
#' @export
#' @examples
#' To use the "crop" function on a folder of images, apply the following three lines of code
#' path = "/folder_of_your_images"
#' files <- list.files(path)
#' crop(files, "/folder_of_your_images")
#'
#' # set the path below to where your jpegs are located
#' # to save the cropped images, make a folder called "crops" which in "/folder_of_your_images" in other words "/folder_of_your_images/crops"
crop <- function(file_list, img_path, crop_method = "regular")
{
# input :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment