https://github.com/fgazzelloni/oregonfrogs

Dataset containing radio frequencies, geo-locations, and habitat types for Oregon frogs

https://github.com/fgazzelloni/oregonfrogs

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.0%) to scientific vocabulary

Keywords

classification-model frequency-analysis geolocation regression-analysis rstats rstats-package spatial-analysis
Last synced: 4 months ago · JSON representation

Repository

Dataset containing radio frequencies, geo-locations, and habitat types for Oregon frogs

Basic Info
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
classification-model frequency-analysis geolocation regression-analysis rstats rstats-package spatial-analysis
Created over 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme Funding License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "",
  fig.path = "man/figures/README-",
  out.width = "75%",
  warning = FALSE,
  message = FALSE,
  fig.retina = 2,
  fig.align = 'center'
)
library(tidyverse)
library(oregonfrogs)
```


# oregonfrogs 




[![DOI](https://zenodo.org/badge/526891877.svg)](https://zenodo.org/badge/latestdoi/526891877)
[![R-CMD-check](https://github.com/Fgazzelloni/oregonfrogs/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Fgazzelloni/oregonfrogs/actions/workflows/R-CMD-check.yaml)


The goal of **oregonfrogs** is to provide a great dataset for data exploration & visualization.

Original source of data is a **@USGS** study from Pearl, C.A., Rowe, J.C., McCreary, B., and Adams, M.J., 2022. Geological Survey data release: [https://doi.org/10.5066/P9DACPCV](https://doi.org/10.5066/P9DACPCV).


## Installation

You can install the development version of **oregonfrogs** like so:

To install the development version from [GitHub](https://github.com/) use:

``` r
# install.packages("remotes")
remotes::install_github("fgazzelloni/oregonfrogs")
```

## Example

This is a basic example which shows you how to load the package and available data:

```{r example}
library(oregonfrogs)
data(package = 'oregonfrogs')
```


Let's have a look at the dataset provided `oregonfrogs`.

```{r data}
head(oregonfrogs)
```



For example we can use the package for making data visualization:

```{r habitat, echo = FALSE}
ggplot(oregonfrogs,
       aes(x=hab_type,y=frequency))+
         geom_point(aes(color=factor(sex)),size=2,alpha=0.5)+
ggthemes::scale_color_tableau(labels=c("Female","Male"))+
  labs(color="Sex",x="Habitat Type",y="Frequency")+
  ggthemes::theme_fivethirtyeight()+
  theme(axis.title = element_text())
```


Please note that the **oregonfrogs** project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.

Owner

  • Name: Federica Gazzelloni (she/her)
  • Login: Fgazzelloni
  • Kind: user
  • Location: World
  • Company: @rladies

Independent External Expert (IEE) - Certified Carpentries Instructor - IHME Collaborator | #Statistics | #Actuarial | #rstats | @rladies Rome Events Organaizer

GitHub Events

Total
  • Watch event: 1
  • Push event: 1
Last Year
  • Watch event: 1
  • Push event: 1

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 82
  • Total Committers: 2
  • Avg Commits per committer: 41.0
  • Development Distribution Score (DDS): 0.244
Past Year
  • Commits: 28
  • Committers: 2
  • Avg Commits per committer: 14.0
  • Development Distribution Score (DDS): 0.071
Top Committers
Name Email Commits
Federica Gazzelloni d****x@p****e 62
Federica Gazzelloni 6****i 20
Committer Domains (Top 20 + Academic)
pm.me: 1

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • ggthemes * imports
  • tidyverse * imports
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action 4.1.4 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite