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