IsEarly.default {wavethresh} | R Documentation |
Detects whether object is from an earlier version of WaveThresh.
## Default S3 method:
IsEarly(x)
x |
Object to discern |
The default method always returns FALSE, i.e. unless the object is of a specific type handled by a particular method then it won't be from an earlier version.
Always FALSE for the generic
G P Nason