View source: R/find_nearest_dose.R
find_nearest_dose | R Documentation |
Generic function to calculate the dose nearest to a specific dose unit increment
find_nearest_dose(dose = NULL, increment = 250, type = "round")
dose |
dose value |
increment |
available increments of dose |
type |
how to round, one of 'round', 'floor', or 'ceiling' |
find_nearest_dose(573)
find_nearest_dose(573, increment = 50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.