cut.ff |
cut a ff vector. |
c.ff |
concatenate ff vectors. |
unique |
unique for a ff vector and ffdf . |
duplicated |
duplicated for a ff vector and ffdf . |
ffmatch |
match for a 2 ff vectors. |
ffdfmatch |
match for 2 ffdf objects. |
%in% |
%in% operator for a ff vector and ffdf . |
is.na.ff |
is.na for a ff vector. |
+, -, *, /, ^, %%, %/% |
operators for arithmetic on ff vector. |
==, !=, <, <=, >=, >, &, |, ! |
compare & logic operators for working with ff vectors. |
abs, sign, sqrt, ceiling, floor, trunc, round, signif |
Math operators for working on ff vectors. |
log, log10, log2, log1p, exp, expm1 |
Math operators for working on ff vectors. |
acos, acosh, asin, asinh, atan, atanh |
Math operators for working on ff vectors. |
cos, cosh, sin, sinh, tan, tanh |
Math operators for working on ff vectors. |
gamma, lgamma, digamma, trigamma |
Math operators for working on ff vectors. |