powered by
Loads a .csv file with the schedule of a multi-stage neutron irradiation
loadirradiations(fname)
a list of irradiations, where each irradiation is a named list containing:
tin: vector with the start times of irradiations
tin
tout: vector with the end times of irradiations
tout
P: vector with the power of the irradiations
P
file name (in .csv format)
irrfile <- system.file("irradiations.csv",package="ArArRedux") irr <- loadirradiations(irrfile) str(irr)
Run the code above in your browser using DataLab