R/fromAcrophaseToTime.R

Defines functions fromAcrophaseToTime

Documented in fromAcrophaseToTime

#' Get the Acrophase and PeakTime
#'
#' @param period = 24
#' @param acrophase
#'
#' @return
#' @export
#'
#'

fromAcrophaseToTime<-function(acrophase, period=24){-(acrophase*period)/(2*pi)}
maytesuarezfarinas/cosinoRmixedeffects documentation built on Oct. 30, 2024, 9:31 p.m.