diff --git a/man/process_plate.Rd b/man/process_plate.Rd index 2065859..240c375 100644 --- a/man/process_plate.Rd +++ b/man/process_plate.Rd @@ -97,8 +97,10 @@ example_dir <- tempdir(check = TRUE) # a temporary directory process_plate(plate, output_dir = example_dir) # process plate without adjusting blanks and save the output to a file with a custom name -process_plate(plate, filename = "plate_without_blanks_adjusted.csv", - output_dir = example_dir, adjust_blanks = FALSE) +process_plate(plate, + filename = "plate_without_blanks_adjusted.csv", + output_dir = example_dir, adjust_blanks = FALSE +) # nMFI normalisation