Usage
# S3 method for class 'nfd'
x$name
Arguments
- x
An object of class `nfd`.
- name
The name of the element to access.
Value
The requested element or `NULL` if it doesn't exist.
Examples
mat <- matrix(1:9, nrow = 3)
nfd_obj <- nfd(mat)
nfd_obj$nobs # Returns 3
#> [1] 3