stay_time {radsafer} | R Documentation |
Stay time for radiation work.
Description
Calculate stay time for radiation work.
Usage
stay_time(dose_rate, dose_allowed, margin = 20)
Arguments
dose_rate |
Dose rate per hour for the work - units consistent with dose allowance, e.g. mRem/h, microSv/h. |
dose_allowed |
Dose that can not be exceeded for this job. |
margin |
Percent margin to protect limit, default = 20 percent. |
Value
Time in minutes allowed for the work.
Examples
stay_time(dose_rate = 100, dose_allowed = 50, margin = 20)
[Package radsafer version 2.3.0 Index]