set_radii_of_gyration_unc | R Documentation |
set_radii_of_gyration_unc()
sets radii of gyration uncertainties for a
selected row in a data frame with an id
column.
set_radii_of_gyration_unc(df, id, rgu)
df |
A data frame with an |
id |
The |
rgu |
A list with the following named elements:
|
The updated data frame.
rgul <- list(sigma_radii_gyration = c(x = 1, y = 2, z = 3))
set_radii_of_gyration_unc(mp_table, "C.1", rgul)[1:5, ]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.