loadirradiations: Load the irradiation schedule

View source: R/io.R

loadirradiationsR Documentation

Load the irradiation schedule

Description

Loads a .csv file with the schedule of a multi-stage neutron irradiation

Usage

loadirradiations(fname)

Arguments

fname

file name (in .csv format)

Value

a list of irradiations, where each irradiation is a named list containing:

tin: vector with the start times of irradiations
tout: vector with the end times of irradiations
P: vector with the power of the irradiations

Examples

irrfile <- system.file("irradiations.csv",package="ArArRedux")
irr <- loadirradiations(irrfile)
str(irr)

ArArRedux documentation built on July 21, 2026, 1:07 a.m.