getmassdefect | R Documentation |
Get mass defect with certain scaled factor
getmassdefect(mass, sf)
mass |
vector of mass |
sf |
scaled factors |
dataframe with mass, scaled mass and scaled mass defect
plotkms
mass <- c(100.1022,245.2122,267.3144,400.1222,707.2294) sf <- 0.9988 mf <- getmassdefect(mass,sf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.