-
Notifications
You must be signed in to change notification settings - Fork 8
/
RLum.Data-class.Rd
74 lines (57 loc) · 2.18 KB
/
RLum.Data-class.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/RLum.Data-class.R
\docType{class}
\name{RLum.Data-class}
\alias{RLum.Data-class}
\alias{add_metadata<-,RLum.Data-method}
\alias{rename_metadata<-,RLum.Data-method}
\alias{replace_metadata<-,RLum.Data-method}
\alias{view,RLum.Data-method}
\title{Class \code{"RLum.Data"}}
\usage{
\S4method{add_metadata}{RLum.Data}(object, info_element) <- value
\S4method{rename_metadata}{RLum.Data}(object, info_element) <- value
\S4method{replace_metadata}{RLum.Data}(object, info_element, subset = NULL, verbose = TRUE) <- value
\S4method{view}{RLum.Data}(object, ...)
}
\arguments{
\item{object}{(\strong{required}) an object of class \linkS4class{RLum.Data}}
\item{info_element}{\link{character} (\strong{required}) name of the metadata field
to replace or remove}
\item{value}{(\strong{required}) The value assigned to the selected elements
of the metadata field. If \code{NULL} the elements named in \code{info_element}
will be removed.}
\item{subset}{\link{expression} (\emph{optional}) logical expression to limit the
substitution only to the selected subset of elements}
\item{verbose}{\link{logical} (\emph{with default}) enable/disable output to the
terminal}
\item{...}{other arguments that might be passed}
}
\description{
Generalized virtual data class for luminescence data.
}
\section{Methods (by generic)}{
\itemize{
\item \code{add_metadata(RLum.Data) <- value}: Add metadata entries to \linkS4class{RLum.Data} objects
\item \code{rename_metadata(RLum.Data) <- value}: Rename a metadata entry of \linkS4class{RLum.Data} objects
\item \code{replace_metadata(RLum.Data) <- value}: Replaces or removes metadata of \linkS4class{RLum.Data} objects
\item \code{view(RLum.Data)}: View method for \linkS4class{RLum.Data} objects
}}
\section{Objects from the Class}{
A virtual class: no objects can be created from it.
}
\section{Class version}{
0.2.1
}
\examples{
showClass("RLum.Data")
}
\seealso{
\linkS4class{RLum}, \linkS4class{RLum.Data.Curve},
\linkS4class{RLum.Data.Spectrum}, \linkS4class{RLum.Data.Image}
}
\author{
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany)
}
\keyword{classes}
\keyword{internal}