https://github.com/ebedthan/rhizomap
RhizoMap
https://github.com/ebedthan/rhizomap
Last synced: 3 months ago
JSON representation
RhizoMap
- Host: GitHub
- URL: https://github.com/ebedthan/rhizomap
- Owner: Ebedthan
- License: other
- Created: 2020-03-22T00:38:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T10:55:46.000Z (about 5 years ago)
- Last Synced: 2025-01-22T18:51:25.488Z (4 months ago)
- Language: R
- Size: 1.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# RhizoMap
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://travis-ci.org/Ebedthan/RhizoMap)
[](https://ci.appveyor.com/project/Ebedthan/RhizoMap)The goal of RhizoMap is to ...
## Installation
You can install the released version of RhizoMap from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("RhizoMap")
```## Example
This is a basic example which shows you how to solve a common problem:
```{r example}
library(RhizoMap)
## basic example code
```What is special about using `README.Rmd` instead of just `README.md`? You can include R chunks like so:
```{r cars}
summary(cars)
```You'll still need to render `README.Rmd` regularly, to keep `README.md` up-to-date.
You can also embed plots, for example:
```{r pressure, echo = FALSE}
plot(pressure)
```In that case, don't forget to commit and push the resulting figure files, so they display on GitHub!