Helpers and Constructors from ffp
.
Usage
ffp(x = double(), ...)
is_ffp(x)
as_ffp(x)
# S3 method for default
as_ffp(x)
# S3 method for integer
as_ffp(x)
Arguments
- x
For
ffp()
: A numeric vector.For
is_ffp()
: An object to be tested.For
as_ffp()
: An object to convert toffp
.
- ...
Additional attributes to be passed to
ffp
.
Value
ffp()
andas_ffp()
return an S3 vector of classffp
(built upondouble
's);is_ffp()
returns alogical
object.