is.fhx {burnr} | R Documentation |
Alias to is_fhx()
Description
Alias to is_fhx()
Usage
is.fhx(x)
Arguments
x |
An object. |
Value
Boolean indicating whether x
is an fhx
object.
See Also
-
fhx()
constructs anfhx
object. -
as_fhx()
casts data frame-like object into anfhx
object. -
+.fhx()
concatenate multiplefhx
objects together.
Examples
data(lgr2)
is_fhx(lgr2)
[Package burnr version 0.6.1 Index]