R/cvnovag.R

#' @name cvnovag
#' @title ZTF g-band Cataclysmic Variable/Nova
#' @description Time series of a cataclysmic variable/nova object observed in the g-band of the ZTF survey and processed by the ALeRCE broker.ZTF Object code: ZTF18aayzpbr
#' @docType data
#' @usage cvnovag
#' @format A data frame with 67 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(cvnovag)
#' plot(cvnovag$t,cvnovag$m,type="l",ylab="",xlab="",col="green")
"cvnovag"

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.