Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datacarpentry/R-ecology-lesson
Data Analysis and Visualization in R for Ecologists
https://github.com/datacarpentry/R-ecology-lesson
carpentries data-carpentry data-visualisation data-visualization data-wrangling ecology english lesson r stable
Last synced: about 1 month ago
JSON representation
Data Analysis and Visualization in R for Ecologists
- Host: GitHub
- URL: https://github.com/datacarpentry/R-ecology-lesson
- Owner: datacarpentry
- License: other
- Created: 2015-04-02T22:11:48.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T00:23:00.000Z (about 1 month ago)
- Last Synced: 2024-12-03T01:21:04.410Z (about 1 month ago)
- Topics: carpentries, data-carpentry, data-visualisation, data-visualization, data-wrangling, ecology, english, lesson, r, stable
- Language: R
- Homepage: https://datacarpentry.org/R-ecology-lesson/
- Size: 367 MB
- Stars: 315
- Watchers: 31
- Forks: 507
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.Rmd
- License: LICENSE.Rmd
- Citation: CITATION.Rmd
- Authors: AUTHORS
Awesome Lists containing this project
- jimsghstars - datacarpentry/R-ecology-lesson - Data Analysis and Visualization in R for Ecologists (R)
README
![Build and Deploy Website](https://github.com/datacarpentry/R-ecology-lesson/workflows/Build%20and%20Deploy%20Website/badge.svg)
[![Create a Slack Account with us](https://img.shields.io/badge/Create_Slack_Account-The_Carpentries-071159.svg)](https://slack-invite.carpentries.org/)
[![Slack Status](https://img.shields.io/badge/Slack_Channel-DC_Ecology_R-E01563.svg)](https://carpentries.slack.com/messages/C9X9EC405)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3264888.svg)](https://doi.org/10.5281/zenodo.3264888)# _Data Carpentry: R for data analysis and visualization of Ecological Data_
This is an introduction to R designed for participants with no programming
experience. It can be taught in 3/4 of a day (approximately 6 hours).
It is a redesigned version of [the original Data Carpentry lesson](https://doi.org/10.5281/zenodo.12684301).The initial effort towards this redesign was done by [Michael Culshaw-Maurer](https://github.com/MCMaurer) in another repository in The Carpentries Incubator: https://github.com/carpentries-incubator/R-ecology-lesson (now archived). See Michael's notes while preparing the redesign in [the update_plans.md file](https://github.com/carpentries-incubator/R-ecology-lesson/blob/main/update_plan.md) of that repository.
The lesson starts with information about the R programming language and the RStudio interface. It then moves to loading in data and exploring how to visualise it with ggplot2. The next episode takes learners through an exploration of data frames and some common data cleaning operations, before discussing vectors and factors. The final episode introduces the flow of data in R, and how to combine operations to select, filter, and mutate a data frame.
## Providing feedback on this lesson
If you teach this redesigned lesson, please [open an issue](https://github.com/datacarpentry/R-ecology-lesson/issues/new) on this repository to share your experience.
## Prerequisites
The lesson assumes no prior knowledge of R or RStudio.
Learners should have R and RStudio installed on their computers. They will also
need to be able to install R packages from CRAN, create directories, and
download files.
See [the lesson website](https://datacarpentry.org/R-ecology-lesson/index.html#setup)
for instructions on installing R, RStudio, and the required R packages.## Contributing
Contributions to the content and development of these lesson are very welcome!
If you would like to contribute, we encourage you to review our [contributing guide](CONTRIBUTING.Rmd).## Questions
If you have any questions or feedback, please open an issue, contact the
maintainers, or come chat with us on the
[Slack Channel for this lesson](https://carpentries.slack.com/messages/C9X9EC405).
If you don't already have a Slack account with the Carpentries, you can
[create one](https://slack-invite.carpentries.org/).## Maintainers
* [Nikki Gentle](https://github.com/gentlelab2016)
* [Doug Joubert](https://github.com/doujouDC)
* [Elif Dede Yildirim](https://github.com/elifdy)