You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New feature
Added tools for manipulating and visualizing depthgrams (#1, @aefdz). This mathematical constructs aim at facilitating the visualization of outliers in high dimensional functional data sets. The depthgram() function computes a number of depthgrams from the functional data set. An S3 specialized method for plot() makes it possible to visualize the depthgrams and proceed with a visual inspection at outliers.
Minor updates
Improved unit testing: Refactoring of unit tests using testthat 3e edition and in particular snapshot tests for plots and complex objects.