View source: R/type-custom_thresholds.R
y_threshold | R Documentation |
For ddPCR plates of type custom_thresholds
, get or set the threshold
along the Y axis that divides the droplet quadrants.
y_threshold(plate)
y_threshold(plate) <- value
plate |
A ddPCR plate. |
value |
The new Y threshold |
The current Y threshold
custom_thresholds
x_threshold
thresholds
## Not run:
plate <- new_plate(sample_data_dir(), type = plate_types$custom_thresholds)
y_threshold(plate)
y_threshold(plate) <- 8000
plot(plate)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.