View source: R/get_voltage_settings.R
get_voltage_settings | R Documentation |
get_voltage_settings() extracts the voltage settings of parameters in each flowFrame of a flowSet. If requested, it also checks that all voltage settings of a parameter are identical across the flowFrames.
get_voltage_settings(fs, check_identical = FALSE)
fs |
a flowSet to analyse. |
check_identical |
a logical indicating if the equality of voltage settings should be checked. |
a data frame summarizing the voltage settings of parameters included in the flowSet. If check_identical = TRUE, get_voltage_settings() returns a list composed of the voltage_table and the voltage_check.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.