├── .gitignore ├── README.Rmd ├── README.md ├── hex.R └── hex.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abichat/favoriteRpackages/HEAD/.gitignore -------------------------------------------------------------------------------- /README.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abichat/favoriteRpackages/HEAD/README.Rmd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abichat/favoriteRpackages/HEAD/README.md -------------------------------------------------------------------------------- /hex.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abichat/favoriteRpackages/HEAD/hex.R -------------------------------------------------------------------------------- /hex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abichat/favoriteRpackages/HEAD/hex.png --------------------------------------------------------------------------------