stay_time: Stay time for radiation work.

View source: R/stay_time.R

stay_timeR 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)

radsafer documentation built on July 26, 2023, 6:03 p.m.