Methods {refer}R Documentation

S3 Methods for Automatic Dereferencing

Description

These functions automatically call deref when applied to a ref or "rfexpr" object. Therefore, there is no need to explicitly call deref. sref objects will need to be explicitly dereferenced before applying these functions. All functions are from base R.

Usage

## S3 method for class 'ref'
Math(x, ...)

## S3 method for class 'ref'
Ops(e1, e2)

## S3 method for class 'ref'
Complex(z)

## S3 method for class 'ref'
Summary(..., na.rm = FALSE)

## S3 method for class 'rfexpr'
Math(x, ...)

## S3 method for class 'rfexpr'
Ops(e1, e2)

## S3 method for class 'rfexpr'
Complex(z)

## S3 method for class 'rfexpr'
Summary(..., na.rm = FALSE)

## S3 method for class 'ref'
all.equal(target, current, ...)

## S3 method for class 'ref'
anyDuplicated(x, incomparables = FALSE, ...)

## S3 method for class 'ref'
as.character(x, ...)

## S3 method for class 'ref'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

## S3 method for class 'ref'
as.Date(x, ...)

## S3 method for class 'ref'
as.double(x, ...)

## S3 method for class 'ref'
as.function(x, ...)

## S3 method for class 'ref'
as.list(x, ...)

## S3 method for class 'ref'
as.matrix(x, ...)

## S3 method for class 'ref'
as.POSIXct(x, tz = "", ...)

## S3 method for class 'ref'
as.POSIXlt(x, tz = "", ...)

## S3 method for class 'ref'
as.single(x, ...)

## S3 method for class 'ref'
as.table(x, ...)

## S3 method for class 'ref'
c(...)

## S3 method for class 'ref'
cut(x, ...)

## S3 method for class 'ref'
diff(x, ...)

## S3 method for class 'ref'
dim(x)

## S3 method for class 'ref'
droplevels(x, ...)

## S3 method for class 'ref'
duplicated(x, incomparables = FALSE, ...)

## S3 method for class 'ref'
format(x, ...)

## S3 method for class 'ref'
isSymmetric(object, ...)

## S3 method for class 'ref'
kappa(z, ...)

## S3 method for class 'ref'
labels(object, ...)

## S3 method for class 'ref'
length(x)

## S3 method for class 'ref'
levels(x)

## S3 method for class 'ref'
mean(x, ...)

## S3 method for class 'ref'
merge(x, y, ...)

## S3 method for class 'ref'
qr(x, ...)

## S3 method for class 'ref'
rep(x, ...)

## S3 method for class 'ref'
rev(x)

## S3 method for class 'ref'
round(x, digits = 0)

## S3 method for class 'ref'
row.names(x)

## S3 method for class 'ref'
solve(a, b, ...)

## S3 method for class 'ref'
sort(x, decreasing = FALSE, ...)

## S3 method for class 'ref'
aggregate(x, ...)

## S3 method for class 'ref'
coef(object, ...)

## S3 method for class 'ref'
confint(object, parm, level = 0.95, ...)

## S3 method for class 'ref'
fitted(object, ...)

## S3 method for class 'ref'
median(x, na.rm = FALSE, ...)

## S3 method for class 'ref'
model.frame(formula, ...)

## S3 method for class 'ref'
model.matrix(object, ...)

## S3 method for class 'ref'
na.omit(object, ...)

## S3 method for class 'ref'
plot(x, y, ...)

## S3 method for class 'ref'
predict(object, ...)

## S3 method for class 'ref'
residuals(object, ...)

## S3 method for class 'ref'
summary(object, ...)

## S3 method for class 'ref'
terms(x, ...)

## S3 method for class 'ref'
vcov(object, ...)

## S3 method for class 'ref'
window(x, ...)

## S3 method for class 'rfexpr'
all.equal(target, current, ...)

## S3 method for class 'rfexpr'
anyDuplicated(x, incomparables = FALSE, ...)

## S3 method for class 'rfexpr'
as.character(x, ...)

## S3 method for class 'rfexpr'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

## S3 method for class 'rfexpr'
as.Date(x, ...)

## S3 method for class 'rfexpr'
as.double(x, ...)

## S3 method for class 'rfexpr'
as.function(x, ...)

## S3 method for class 'rfexpr'
as.list(x, ...)

## S3 method for class 'rfexpr'
as.matrix(x, ...)

## S3 method for class 'rfexpr'
as.POSIXct(x, tz = "", ...)

## S3 method for class 'rfexpr'
as.POSIXlt(x, tz = "", ...)

## S3 method for class 'rfexpr'
as.single(x, ...)

## S3 method for class 'rfexpr'
as.table(x, ...)

## S3 method for class 'rfexpr'
c(...)

## S3 method for class 'rfexpr'
cut(x, ...)

## S3 method for class 'rfexpr'
diff(x, ...)

## S3 method for class 'rfexpr'
dim(x)

## S3 method for class 'rfexpr'
droplevels(x, ...)

## S3 method for class 'rfexpr'
duplicated(x, incomparables = FALSE, ...)

## S3 method for class 'rfexpr'
format(x, ...)

## S3 method for class 'rfexpr'
isSymmetric(object, ...)

## S3 method for class 'rfexpr'
kappa(z, ...)

## S3 method for class 'rfexpr'
labels(object, ...)

## S3 method for class 'rfexpr'
length(x)

## S3 method for class 'rfexpr'
levels(x)

## S3 method for class 'rfexpr'
mean(x, ...)

## S3 method for class 'rfexpr'
merge(x, y, ...)

## S3 method for class 'rfexpr'
qr(x, ...)

## S3 method for class 'rfexpr'
rep(x, ...)

## S3 method for class 'rfexpr'
rev(x)

## S3 method for class 'rfexpr'
round(x, digits = 0)

## S3 method for class 'rfexpr'
row.names(x)

## S3 method for class 'rfexpr'
solve(a, b, ...)

## S3 method for class 'rfexpr'
sort(x, decreasing = FALSE, ...)

## S3 method for class 'rfexpr'
aggregate(x, ...)

## S3 method for class 'rfexpr'
coef(object, ...)

## S3 method for class 'rfexpr'
confint(object, parm, level = 0.95, ...)

## S3 method for class 'rfexpr'
fitted(object, ...)

## S3 method for class 'rfexpr'
median(x, na.rm = FALSE, ...)

## S3 method for class 'rfexpr'
model.frame(formula, ...)

## S3 method for class 'rfexpr'
model.matrix(object, ...)

## S3 method for class 'rfexpr'
na.omit(object, ...)

## S3 method for class 'rfexpr'
plot(x, y, ...)

## S3 method for class 'rfexpr'
predict(object, ...)

## S3 method for class 'rfexpr'
residuals(object, ...)

## S3 method for class 'rfexpr'
summary(object, ...)

## S3 method for class 'rfexpr'
terms(x, ...)

## S3 method for class 'rfexpr'
vcov(object, ...)

## S3 method for class 'rfexpr'
window(x, ...)

Arguments

x, y, e1, e2, z, target, current, object, a, b, formula

objects of class "ref"

...

other objects passed to the function

incomparables, digits, tz, row.names, optional, decreasing, na.rm, parm, level

function specific arguments. See the relevant functions for more details

Value

An R object depending on the function.


[Package refer version 0.1.0 Index]