Skip to content

MomX/Momfarm

Repository files navigation

Momfarm

Part of MomX

lifecycle Travis-CI Build Status CRAN_Status_Badge Coverage Status

Breed shapes on top of Momocs.

Momfarm is, mostly and so far, a place to prototype on shapes visualization.

Installation

You can install the current CRAN version with:

install.packages("Momfarm")

But I recommend using - and typically only support - the development version that lives on GitHub:

# if you do not have devtools yet:
install.packages("devtools") 
# then:
devtools::install_github("MomX/Momfarm")

Example

library(Momfarm)
s <- shapes %>% pick(1:2)
s
#> 2 coo with 850 +/- 55 coordinates

s %>% homogeneize() %>% 
  cross(steps=20) %>% 
  paper_white %>% draw_outlines()

Try the example in cross_g as well, to interactively cross shapes.


Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Releases

No releases published

Packages

No packages published