S4-filearray {filearray} | R Documentation |
'S4' methods for FileArray
Description
'S4' methods for FileArray
Usage
## S4 method for signature 'FileArray,FileArray'
e1 + e2
## S4 method for signature 'FileArray,numeric'
e1 + e2
## S4 method for signature 'numeric,FileArray'
e1 + e2
## S4 method for signature 'FileArray,complex'
e1 + e2
## S4 method for signature 'complex,FileArray'
e1 + e2
## S4 method for signature 'FileArray,logical'
e1 + e2
## S4 method for signature 'logical,FileArray'
e1 + e2
## S4 method for signature 'FileArray,array'
e1 + e2
## S4 method for signature 'array,FileArray'
e1 + e2
## S4 method for signature 'FileArray,FileArray'
e1 - e2
## S4 method for signature 'FileArray,numeric'
e1 - e2
## S4 method for signature 'numeric,FileArray'
e1 - e2
## S4 method for signature 'FileArray,complex'
e1 - e2
## S4 method for signature 'complex,FileArray'
e1 - e2
## S4 method for signature 'FileArray,logical'
e1 - e2
## S4 method for signature 'logical,FileArray'
e1 - e2
## S4 method for signature 'FileArray,array'
e1 - e2
## S4 method for signature 'array,FileArray'
e1 - e2
## S4 method for signature 'FileArray,FileArray'
e1 * e2
## S4 method for signature 'FileArray,numeric'
e1 * e2
## S4 method for signature 'numeric,FileArray'
e1 * e2
## S4 method for signature 'FileArray,complex'
e1 * e2
## S4 method for signature 'complex,FileArray'
e1 * e2
## S4 method for signature 'FileArray,logical'
e1 * e2
## S4 method for signature 'logical,FileArray'
e1 * e2
## S4 method for signature 'FileArray,array'
e1 * e2
## S4 method for signature 'array,FileArray'
e1 * e2
## S4 method for signature 'FileArray,FileArray'
e1 / e2
## S4 method for signature 'FileArray,numeric'
e1 / e2
## S4 method for signature 'numeric,FileArray'
e1 / e2
## S4 method for signature 'FileArray,complex'
e1 / e2
## S4 method for signature 'complex,FileArray'
e1 / e2
## S4 method for signature 'FileArray,logical'
e1 / e2
## S4 method for signature 'logical,FileArray'
e1 / e2
## S4 method for signature 'FileArray,array'
e1 / e2
## S4 method for signature 'array,FileArray'
e1 / e2
## S4 method for signature 'FileArray,FileArray'
e1 ^ e2
## S4 method for signature 'FileArray,numeric'
e1 ^ e2
## S4 method for signature 'numeric,FileArray'
e1 ^ e2
## S4 method for signature 'FileArray,complex'
e1 ^ e2
## S4 method for signature 'complex,FileArray'
e1 ^ e2
## S4 method for signature 'FileArray,logical'
e1 ^ e2
## S4 method for signature 'logical,FileArray'
e1 ^ e2
## S4 method for signature 'FileArray,array'
e1 ^ e2
## S4 method for signature 'array,FileArray'
e1 ^ e2
## S4 method for signature 'FileArray,FileArray'
e1 %% e2
## S4 method for signature 'FileArray,numeric'
e1 %% e2
## S4 method for signature 'numeric,FileArray'
e1 %% e2
## S4 method for signature 'FileArray,complex'
e1 %% e2
## S4 method for signature 'complex,FileArray'
e1 %% e2
## S4 method for signature 'FileArray,logical'
e1 %% e2
## S4 method for signature 'logical,FileArray'
e1 %% e2
## S4 method for signature 'FileArray,array'
e1 %% e2
## S4 method for signature 'array,FileArray'
e1 %% e2
## S4 method for signature 'FileArray,FileArray'
e1 %/% e2
## S4 method for signature 'FileArray,numeric'
e1 %/% e2
## S4 method for signature 'numeric,FileArray'
e1 %/% e2
## S4 method for signature 'FileArray,complex'
e1 %/% e2
## S4 method for signature 'complex,FileArray'
e1 %/% e2
## S4 method for signature 'FileArray,logical'
e1 %/% e2
## S4 method for signature 'logical,FileArray'
e1 %/% e2
## S4 method for signature 'FileArray,array'
e1 %/% e2
## S4 method for signature 'array,FileArray'
e1 %/% e2
## S4 method for signature 'FileArray,FileArray'
e1 == e2
## S4 method for signature 'FileArray,numeric'
e1 == e2
## S4 method for signature 'numeric,FileArray'
e1 == e2
## S4 method for signature 'FileArray,complex'
e1 == e2
## S4 method for signature 'complex,FileArray'
e1 == e2
## S4 method for signature 'FileArray,logical'
e1 == e2
## S4 method for signature 'logical,FileArray'
e1 == e2
## S4 method for signature 'FileArray,array'
e1 == e2
## S4 method for signature 'array,FileArray'
e1 == e2
## S4 method for signature 'FileArray,FileArray'
e1 > e2
## S4 method for signature 'FileArray,numeric'
e1 > e2
## S4 method for signature 'numeric,FileArray'
e1 > e2
## S4 method for signature 'FileArray,complex'
e1 > e2
## S4 method for signature 'complex,FileArray'
e1 > e2
## S4 method for signature 'FileArray,logical'
e1 > e2
## S4 method for signature 'logical,FileArray'
e1 > e2
## S4 method for signature 'FileArray,array'
e1 > e2
## S4 method for signature 'array,FileArray'
e1 > e2
## S4 method for signature 'FileArray,FileArray'
e1 < e2
## S4 method for signature 'FileArray,numeric'
e1 < e2
## S4 method for signature 'numeric,FileArray'
e1 < e2
## S4 method for signature 'FileArray,complex'
e1 < e2
## S4 method for signature 'complex,FileArray'
e1 < e2
## S4 method for signature 'FileArray,logical'
e1 < e2
## S4 method for signature 'logical,FileArray'
e1 < e2
## S4 method for signature 'FileArray,array'
e1 < e2
## S4 method for signature 'array,FileArray'
e1 < e2
## S4 method for signature 'FileArray,FileArray'
e1 != e2
## S4 method for signature 'FileArray,numeric'
e1 != e2
## S4 method for signature 'numeric,FileArray'
e1 != e2
## S4 method for signature 'FileArray,complex'
e1 != e2
## S4 method for signature 'complex,FileArray'
e1 != e2
## S4 method for signature 'FileArray,logical'
e1 != e2
## S4 method for signature 'logical,FileArray'
e1 != e2
## S4 method for signature 'FileArray,array'
e1 != e2
## S4 method for signature 'array,FileArray'
e1 != e2
## S4 method for signature 'FileArray,FileArray'
e1 >= e2
## S4 method for signature 'FileArray,numeric'
e1 >= e2
## S4 method for signature 'numeric,FileArray'
e1 >= e2
## S4 method for signature 'FileArray,complex'
e1 >= e2
## S4 method for signature 'complex,FileArray'
e1 >= e2
## S4 method for signature 'FileArray,logical'
e1 >= e2
## S4 method for signature 'logical,FileArray'
e1 >= e2
## S4 method for signature 'FileArray,array'
e1 >= e2
## S4 method for signature 'array,FileArray'
e1 >= e2
## S4 method for signature 'FileArray,FileArray'
e1 <= e2
## S4 method for signature 'FileArray,numeric'
e1 <= e2
## S4 method for signature 'numeric,FileArray'
e1 <= e2
## S4 method for signature 'FileArray,complex'
e1 <= e2
## S4 method for signature 'complex,FileArray'
e1 <= e2
## S4 method for signature 'FileArray,logical'
e1 <= e2
## S4 method for signature 'logical,FileArray'
e1 <= e2
## S4 method for signature 'FileArray,array'
e1 <= e2
## S4 method for signature 'array,FileArray'
e1 <= e2
## S4 method for signature 'FileArray,FileArray'
e1 & e2
## S4 method for signature 'FileArray,numeric'
e1 & e2
## S4 method for signature 'numeric,FileArray'
e1 & e2
## S4 method for signature 'FileArray,complex'
e1 & e2
## S4 method for signature 'complex,FileArray'
e1 & e2
## S4 method for signature 'FileArray,logical'
e1 & e2
## S4 method for signature 'logical,FileArray'
e1 & e2
## S4 method for signature 'FileArray,array'
e1 & e2
## S4 method for signature 'array,FileArray'
e1 & e2
## S4 method for signature 'FileArray,FileArray'
e1 | e2
## S4 method for signature 'FileArray,numeric'
e1 | e2
## S4 method for signature 'numeric,FileArray'
e1 | e2
## S4 method for signature 'FileArray,complex'
e1 | e2
## S4 method for signature 'complex,FileArray'
e1 | e2
## S4 method for signature 'FileArray,logical'
e1 | e2
## S4 method for signature 'logical,FileArray'
e1 | e2
## S4 method for signature 'FileArray,array'
e1 | e2
## S4 method for signature 'array,FileArray'
e1 | e2
## S4 method for signature 'FileArray'
!x
## S4 method for signature 'FileArray'
exp(x)
## S4 method for signature 'FileArray'
expm1(x)
## S4 method for signature 'FileArray'
log(x, base = exp(1))
## S4 method for signature 'FileArray'
log10(x)
## S4 method for signature 'FileArray'
log2(x)
## S4 method for signature 'FileArray'
log1p(x)
## S4 method for signature 'FileArray'
abs(x)
## S4 method for signature 'FileArray'
sqrt(x)
## S4 method for signature 'FileArray'
sign(x)
## S4 method for signature 'FileArray'
signif(x, digits = 6)
## S4 method for signature 'FileArray'
trunc(x, ...)
## S4 method for signature 'FileArray'
floor(x)
## S4 method for signature 'FileArray'
ceiling(x)
## S4 method for signature 'FileArray'
round(x, digits = 0)
## S4 method for signature 'FileArray'
acos(x)
## S4 method for signature 'FileArray'
acosh(x)
## S4 method for signature 'FileArray'
asin(x)
## S4 method for signature 'FileArray'
asinh(x)
## S4 method for signature 'FileArray'
atan(x)
## S4 method for signature 'FileArray'
atanh(x)
## S4 method for signature 'FileArray'
cos(x)
## S4 method for signature 'FileArray'
cosh(x)
## S4 method for signature 'FileArray'
cospi(x)
## S4 method for signature 'FileArray'
sin(x)
## S4 method for signature 'FileArray'
sinh(x)
## S4 method for signature 'FileArray'
sinpi(x)
## S4 method for signature 'FileArray'
tan(x)
## S4 method for signature 'FileArray'
tanh(x)
## S4 method for signature 'FileArray'
tanpi(x)
## S4 method for signature 'FileArray'
gamma(x)
## S4 method for signature 'FileArray'
lgamma(x)
## S4 method for signature 'FileArray'
digamma(x)
## S4 method for signature 'FileArray'
trigamma(x)
## S4 method for signature 'FileArray'
Arg(z)
## S4 method for signature 'FileArray'
Conj(z)
## S4 method for signature 'FileArray'
Im(z)
## S4 method for signature 'FileArray'
Mod(z)
## S4 method for signature 'FileArray'
Re(z)
## S4 method for signature 'FileArray'
is.na(x)
Arguments
x , z , e1 , e2 |
|
base , digits , ... |
passed to other methods |
Value
See S4groupGeneric
[Package filearray version 0.1.7 Index]