add_programme-RSVProgramme-method.Rd
This method adds a programme to an RSVProgramme object, setting various attributes and creating necessary directories.
# S4 method for class 'RSVProgramme'
add_programme(object, prog_name, cal, cal_vhr, immune_profile)
The updated RSVProgramme
object with the new programme added.
This function sets the programme name, checks and creates necessary directories, initializes dose and sero matrices, calculates daily uptake, converts matrices to transmission calendars, and sets various attributes in the RSVProgramme
object.