<bonhomme.vincent@gmail.com>
rgeos
dependencyThe last released version can be installed from CRAN with:
install.packages("Momocs")
But I recommend using (and only support) the development version from GitHub with:
# install.packages("devtools") devtools::install_github("MomX/Momocs")
This is a basic example of a complete analysis doing: inspection, normalization of raw outlines, elliptical Fourier transforms, dimmensionality reduction and classification, using a single line.
devtools::load_all() #> ℹ Loading Momocs #> Registered S3 method overwritten by 'vegan': #> method from #> rev.hclust dendextend
hearts %T>% # A toy dataset stack() %>% # Take a family picture of raw outlines fgProcrustes() %>% # Full generalized Procrustes alignment coo_slide(ldk = 2) %T>% # Redefine a robust 1st point between the cheeks stack() %>% # Another picture of aligned outlines efourier(6, norm=FALSE) %>% # Elliptical Fourier Transforms PCA() %T>% # Principal Component Analysis plot_PCA(~aut) %>% # A PC1:2 plot LDA(~aut) %>% # Linear Discriminant Analysis plot_CV() # And the confusion matrix after leave one out cross validation
#> Warning: The `<scale>` argument of `guides()` cannot be `FALSE`. Use "none" instead as
#> of ggplot2 3.3.4.
#> ℹ The deprecated feature was likely used in the Momocs package.
#> Please report the issue at <https://github.com/MomX/Momocs/issues>.
#> This warning is displayed once every 8 hours.
#> Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
#> generated.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4