README.md

ObsNetwork

Travis-CI Build Status

Overview

The R package ObsNetwork evaluates and optimizes long-term monitoring networks using a kriging-based genetic algorithm method.

Install

You can install the stable version of ObsNetwork from GitHub, and its dependencies from CRAN, using the following commands:

repos <- c("https://jfisher-usgs.github.io/R", "https://cloud.r-project.org/")
install.packages("ObsNetwork", repos = repos, dependencies = TRUE)

Or use remotes to install the development version.

remotes::install_github("jfisher-usgs/ObsNetwork", dependencies = TRUE)

Run

Load ObsNetwork in the current R session

library(ObsNetwork)

Access package documentation

help(package = "ObsNetwork")

Bugs

Please consider reporting bugs and asking questions on the Issues page.

Disclaimer

This software has been approved for release by the U.S. Geological Survey (USGS). Although the software has been subjected to rigorous review, the USGS reserves the right to update the software as needed pursuant to further analysis and review. No warranty, expressed or implied, is made by the USGS or the U.S. Government as to the functionality of the software and related material nor shall the fact of release constitute any such warranty. Furthermore, the software is released on condition that neither the USGS nor the U.S. Government shall be held liable for any damages resulting from its authorized or unauthorized use.



jfisher-usgs/ObsNetwork documentation built on Jan. 3, 2020, 4:35 p.m.