internal: Internal or uncommented functions

Description Details Author(s)

Description

Internal or barely commented functions, however exported from the namespace.

Details

1
2
3
4
5
6
7
8
9
## TYPE CHECKING AND CONVERSION
  is.scalar(x)                                      # test if x is a scalar
  is.posscal(x)                                     # test if x is a positive scalar
  is.wholenumber(x, tol = .Machine$double.eps^0.5)  # test if x is a whole number
  unfactor(f)                                       # convert factor to numeric

## SIGNAL PROCESSING
  nextpow(x)                                        # compute next power of 2
  

Author(s)

Geert van Boxtel


gjmvanboxtel/DSPutils documentation built on May 18, 2019, 2:35 p.m.