bdvis

Biodiversity data Visualizations in R

https://github.com/vijaybarve/bdvis

Science Score: 20.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
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    1 of 4 committers (25.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.0%) to scientific vocabulary

Keywords

biodiversity-data-visualizations r
Last synced: 11 months ago · JSON representation

Repository

Biodiversity data Visualizations in R

Basic Info
  • Host: GitHub
  • Owner: vijaybarve
  • Language: R
  • Default Branch: master
  • Size: 217 KB
Statistics
  • Stars: 28
  • Watchers: 5
  • Forks: 12
  • Open Issues: 29
  • Releases: 0
Topics
biodiversity-data-visualizations r
Created almost 13 years ago · Last pushed over 2 years ago
Metadata Files
Readme

README.md

bdvis

CRAN_Status_Badge DOI

About

Biodiversity Data Visualizations using R. This package offers a set of functions to visualize biodiversity occurrence data through R. Please check the paper describing the package Barve, V., and J. Otegui. 2016. bdvis: visualizing biodiversity data in R. Bioinformatics:btw333. https://academic.oup.com/bioinformatics/article/32/19/3049/2196391

The development of the package started as a Google Summer of Code project.

Installation

r install.packages("bdvis") require(bdvis)

Packages bdvis suggests

(for the purpose of building examples) + rinat

Functions currently available

For the sake of examples, we will work with some data obtained using the package rinat

r install.packages("rinat") require(rinat) # Data download might take some time inat <- get_inat_obs_project("reptileindia") inat <- format_bdvis(inat,source='rinat') inat <- inat[,c("id","Date_collected", "Latitude", "Longitude", "Scientific_name", "Cell_id", "Centi_cell_id")]

bdsummary

r bdsummary(inat)

mapgrid

r mapgrid(inat,ptype="records",bbox=c(60,100,5,40)) mapgrid(inat,ptype="records",bbox=c(60,100,5,40),gridscale=0.1)

tempolar

r tempolar(inat, color="green", title="iNaturalist daily", plottype="r", timescale="d") tempolar(inat, color="blue", title="iNaturalist weekly", plottype="p", timescale="w") tempolar(inat, color="red", title="iNaturalist monthly", plottype="r", timescale="m")

taxotree

r inat=gettaxo(inat) taxotree(inat)

chronohorogram

r chronohorogram(inat)

bdcomplete

r comp=bdcomplete(inat,recs=5) mapgrid(comp,ptype="complete",bbox=c(60,100,5,40))

distrigraph

r distrigraph(inat,ptype="cell",col="tomato") distrigraph(inat,ptype="species",ylab="Species") distrigraph(inat,ptype="efforts",col="red") distrigraph(inat,ptype="efforts",col="red",type="s") distrigraph(inat,ptype="efforts",col="red",cumulative=T,type="l") distrigraph(inat,ptype="effortspecies",col="red",cumulative=T,type="l")

bdcalendarheat

r bdcalendarheat(inat)

Owner

  • Name: Vijay Barve
  • Login: vijaybarve
  • Kind: user
  • Location: Gainesville, FL

GitHub Events

Total
Last Year

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 114
  • Total Committers: 4
  • Avg Commits per committer: 28.5
  • Development Distribution Score (DDS): 0.079
Past Year
  • Commits: 2
  • Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
VijayBarve v****e@r****m 105
Vijaybarve v****e@f****u 5
Javier Otegui j****i@g****m 2
Umang Majumder 5****D 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: almost 2 years ago

All Time
  • Total issues: 99
  • Total pull requests: 3
  • Average time to close issues: 8 months
  • Average time to close pull requests: about 1 hour
  • Total issue authors: 15
  • Total pull request authors: 3
  • Average comments per issue: 1.3
  • Average comments per pull request: 0.33
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 2
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • vijaybarve (65)
  • jotegui (11)
  • SrishtiJ1305 (8)
  • ZeroDawn0D (3)
  • Rishi0812 (2)
  • siddhantdubey (1)
  • hxxr (1)
  • SAYEDMAJADK (1)
  • pratishrai (1)
  • vamsikrishna97 (1)
  • trashbirdecology (1)
  • YADHUKRISHNAKG (1)
  • Rahulzoology (1)
  • nlxbach (1)
Pull Request Authors
  • jotegui (1)
  • ZeroDawn0D (1)
  • boyanangelov (1)
Top Labels
Issue Labels
enhancement (40) bug (31) mapgrid (20) gettaxo (8) format_bdvis (7) bdcomplete (7) question (6) bdsummary (6) tempolar (5) distrigraph (5) chronohorogram (4) bdcalenderheat (3) taxotree (3) bdwebmap (2) fixstr (1) datasubset (1) getcellid (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 487 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 13
  • Total maintainers: 1
cran.r-project.org: bdvis

Biodiversity Data Visualizations

  • Versions: 13
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 487 Last month
Rankings
Forks count: 5.8%
Stargazers count: 9.9%
Dependent repos count: 23.8%
Average: 27.7%
Dependent packages count: 28.6%
Downloads: 70.1%
Maintainers (1)
Last synced: over 1 year ago

Dependencies

DESCRIPTION cran
  • chron * imports
  • ggplot2 * imports
  • lattice * imports
  • maps * imports
  • plotrix * imports
  • plyr * imports
  • rgdal * imports
  • sqldf * imports
  • taxize * imports
  • treemap * imports
  • rinat * suggests