Downloads provided by UsageCounts
ontodive The `ontodive` repository contains an R package of the same name that includes the analyses and functions accompanying the paper "Contrasting offspring dependence periods and diving development rates in two closely related marine mammal species" by Joffrey Jouma'a, Florian Orgeret, Baptiste Picard, Patrick W. Robinson, Henri Weimerskirch, Christophe Guinet, Daniel P. Costa, Roxanne S. Beltran. Installation You can install the released version of `ontodive` from GitHub with: ```r if (require(devtools)) { devtools::install_github(repo = "SESjo/ontodive") } else { install.packages("devtools") devtools::install_github(repo = "SESjo/ontodive") } ``` You may encounter the error below, in which case changing the network solved my problem as others have also reported. ``` r # Downloading GitHub repo SESjo/ontodive@HEAD # Error in utils::download.file(url, path, method = method, quiet = quiet, : # download from 'https://api.github.com/repos/SESjo/ontodive/tarball/HEAD' failed ``` Example Once installed, you can easily access vignettes (which are supposed to be associated with a specific analysis) or download the data with: ``` r # load the package library(ontodive) # browse vignette browseVignettes("ontodive") # download data dt <- get_data() ```
| selected citations These citations are derived from selected sources. This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | 0 | |
| popularity This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network. | Average | |
| influence This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | Average | |
| impulse This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network. | Average |
| views | 25 | |
| downloads | 2 |

Views provided by UsageCounts
Downloads provided by UsageCounts