An R package for the analysis of HOBO weather station data. The HOBO files as CSV, time formats accepted: DD/MM/YYYY, MM/DD/YYYY, YY/MM/DD
This project is available on GitHub at http://github.com/LeBoldus
and can be installed using devtools
. We are working on a CRAN version.
install.packages("devtools")
library("devtools")
# Installing hoboR through devtools
devtools::install_github("LeBoldus-Lab/hoboR")
library(hobor)
Required dependencies
install.packages("dplyr")
install.packages("plyr")
install.packages("lubridate")
install.packages("reshape")
install.packages("ggplot2")
install.packages("devtools")
HoboR usage
hobofiles <- hobinder(path)
cleanfiles <- hobocleaner(hobofiles, format = "ymd")
# get summary statistics
hobodata <- meanhobo(cleanfiles, summariseby = "5 mins", na.rm = T)
This work is subject to the MIT License
United States Department of Agriculture Co-operative agreement number: 58-2072-1-039
Welcome pull submission through Github pull request. Please report errors or requests using GitHub issues.