Skip to content

MomX/Momfarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1dbe784 Â· Oct 30, 2018

History

19 Commits
Oct 27, 2018
Oct 27, 2018
Oct 27, 2018
Apr 4, 2018
Mar 10, 2018
Oct 27, 2018
Oct 27, 2018
Oct 27, 2018
Oct 27, 2018
Oct 27, 2018
Oct 27, 2018
Oct 27, 2018
Mar 10, 2018
Mar 10, 2018
Oct 27, 2018
Oct 30, 2018
Oct 27, 2018
Oct 27, 2018
Apr 4, 2018
Oct 27, 2018
Oct 27, 2018
Oct 27, 2018

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.

About

🚜 Breeding shapes around Momocs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published