R/cvnovar.R

#' @name cvnovar
#' @title ZTF r-band Cataclysmic Variable/Nova
#' @description Time series of a cataclysmic variable/nova object observed in the r-band of the ZTF survey and processed by the ALeRCE broker.ZTF Object code: ZTF18aayzpbr
#' @docType data
#' @usage cvnovar
#' @format A data frame with 65 observations on the following 3 variables:
#' \describe{
#'   \item{t}{heliocentric Julian Day - 2400000}
#'   \item{m}{magnitude}
#'   \item{merr}{measurement error standard deviations.}
#' }
#' @references
#' \insertRef{Forster_2021}{iAR}
#' @examples
#' data(cvnovar)
#' plot(cvnovar$t,cvnovar$m,type="l",ylab="",xlab="",col="red")
"cvnovar"

Try the iAR package in your browser

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

iAR documentation built on Nov. 25, 2022, 1:06 a.m.