calculate_rg | R Documentation |
Calculate the radius of gyration from FFF-MALS data
calculate_rg(
data,
window = 0.1,
method = "zimm",
order = 2,
calibration = mals_calib
)
data |
A tibble generated by |
window |
The time interval on which to return calculated radii. |
method |
Use method "zimm" or "watt". Method "watt" is experimental. |
order |
Order of polynomial fit for method = "watt" |
calibration |
A data frame with three columns: number (angle number), theta (angle), and coefficient (MALS instrument calibration constant). |
A tibble generated by load_mals()
with additional columns 'timeslice', 'theta',
'rayleigh_ratio', and either 'rg_zimm' or 'rg_watt'.
path <- system.file("extdata/mals", package = "fffprocessr")
mals_data <- load_mals(path = path)
calculate_rg(mals_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.