R/read_biological_event_timings.R

Defines functions read_biological_event_timings

#
# read_biological_event_timings.R
#
#' Read the biological event timing parameters
#'
#' returns event timings
#'
#' @param model.path path to model
#'
#' @return events
#'
#' @noRd
#
# ------------------------------------------------------------------------------

read_biological_event_timings <- function(model.path) {

	events <- get.model.file(model.path, PARAMETERS_DIR, file.pattern=BIOLOGICAL_EVENTS)

	events
}

Try the StrathE2E2 package in your browser

Any scripts or data that you put into this service are public.

StrathE2E2 documentation built on Jan. 23, 2021, 1:07 a.m.