R/TLum.Data-class.R

#' Class \code{"TLum.Data"}
#'
#' Generalized virtual data class for luminescence data.
#'
#'
#' @name TLum.Data-class
#' @rdname TLum.Data-class
#'
#' @note The code and the structure of this class is based on the \linkS4class{RLum.Data} class from the \link{Luminescence} package.
#'
#' @keywords classes
#'
#' @author David Strebler
#'
#' @exportClass TLum.Data

setClass("TLum.Data",
         contains = "TLum")

Try the TLdating package in your browser

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

TLdating documentation built on May 2, 2019, 9:26 a.m.