plot.RLum.Data.Curve
can be called by plot(object, ...)
, where
object
is the RLum.Data.Curve
object.
"plot"(x, y, ...)
"plot"(x, y, ...)
"plot"(x, y, ...)
"plot"(x, y, ...)
"plot"(x, y, ...)
"plot"(x, y, ...)
"plot"(x, y, ...)
"hist"(x, ...)
"hist"(x, ...)
"hist"(x, ...)
"hist"(x, ...)
"summary"(object, ...)
"summary"(object, ...)
"summary"(object, ...)
"summary"(object, ...)
"subset"(x, subset, records.rm = TRUE, ...)
"subset"(x, subset, ...)
bin.RLum.Data.Curve(x, ...)
"length"(x, ...)
"length"(x, ...)
"length"(x, ...)
"length"(x, ...)
"dim"(x)
"dim"(x)
"rep"(x, ...)
"names"(x, ...)
"names"(x, ...)
"names"(x, ...)
"names"(x, ...)
"names"(x, ...)
"names"(x)
"row.names"(x, ...)
"as.data.frame"(x, row.names = NULL, optional = FALSE, ...)
"as.data.frame"(x, row.names = NULL, optional = FALSE, ...)
"as.list"(x, ...)
"as.list"(x, ...)
"as.list"(x, ...)
"as.matrix"(x, ...)
"as.matrix"(x, ...)
is.RLum(x, ...)
is.RLum.Data(x, ...)
is.RLum.Data.Curve(x, ...)
is.RLum.Data.Spectrum(x, ...)
is.RLum.Data.Image(x, ...)
is.RLum.Analysis(x, ...)
is.RLum.Results(x, ...)
"merge"(x, y, ...)
"unlist"(x, recursive = TRUE, ...)
"+"(x, y)
"-"(x, y)
"*"(x, y)
"/"(x, y)
"["(x, y, z, drop = TRUE)
"["(x, y, z, drop = TRUE)
"["(x, y, z, drop = TRUE)
"["(x, i, drop = FALSE)
"["(x, i, drop = TRUE)
"["(x, i, j) <- value
"[["(x, i)
"[["(x, i)
"$"(x, i)
"$"(x, i)
"$"(x, i)
RLum
or Risoe.BINfileData
(required): input opjectinteger
(optional): the row index of the matrix, data.frameRLum
(required): input opject[subset]
expression
(required): logical expression indicating elements or rows to keep,
this function works in Risoe.BINfileData
objects like subset.data.frame
, but takes care
of the object structurelogical
(with default): remove records from data set, can
be disabled, to just set the column SET
to TRUE
or FALSE
logical
(with default): enables or disables row names (as.data.frame
)logical
(with default): logical. If TRUE, setting row names and
converting column names (to syntactic names: see make.names) is optional (see as.data.frame
)logical
(with default): enables or disables further subsetting (unlist
)integer
(optional): the column index of the matrix, data.framelogical
(with default): keep object structure or drop itcharacter
(optional): name of the wanted record type or data object or row in the RLum.Data.Curve
objectinteger
(optional): column of the data matrix in the RLum.Data.Curve
objectnumeric
(required): numeric value which replace the value in the
RLum.Data.Curve
objectRLum
-object structure of the package. The practical outcome is that
operations and functions presented in standard books on R can be used without knowing the specifica
of the R package 'Luminescence'. For examples see the example section.
##load example data
data(ExampleData.RLum.Analysis, envir = environment())
##combine curve is various ways
curve1 <- IRSAR.RF.Data[[1]]
curve2 <- IRSAR.RF.Data[[1]]
curve1 + curve2
curve1 - curve2
curve1 / curve2
curve1 * curve2
##`$` access curves
IRSAR.RF.Data$RF
Run the code above in your browser using DataLab