Skip to content

Commit

Permalink
Very small update to README
Browse files Browse the repository at this point in the history
  • Loading branch information
brews committed Aug 1, 2019
1 parent 066869a commit 7cf58cd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ This gives you a basic plot. There are more advanced options. For example, we ca
```R
data(lgr2_meta)

plot(lgr2, color_group = lgr2_meta$SpeciesID, color_id = lgr2_meta$TreeID,
plot_legend = TRUE)
plot(lgr2,
color_group = lgr2_meta$SpeciesID,
color_id = lgr2_meta$TreeID,
plot_legend = TRUE
)
```

Cool, eh?
Expand Down Expand Up @@ -64,8 +67,8 @@ Citations help us to identify user needs and justify additional time developing

## Development

Want to contribute? Great! We're following [Hadley's packaging workflow](https://r-pkgs.had.co.nz/) and [code style](https://style.tidyverse.org). Fork away.

Please file bugs in the [bug tracker](https://github.com/ltrr-arizona-edu/burnr/issues).

Want to contribute? Great! We're following [Hadley's packaging workflow](https://r-pkgs.had.co.nz/) and [style guide](https://style.tidyverse.org). Fork away.

If you're not a developer, don't worry! We also welcome help with documentation and tutorials.

0 comments on commit 7cf58cd

Please sign in to comment.