Skip to content
Snippets Groups Projects
Commit 3ee443d0 authored by Matthew Verbyla's avatar Matthew Verbyla
Browse files

hi

parent b57b26cf
No related branches found
No related tags found
No related merge requests found
title: Minimal theme
logo: /assets/img/logo.png
description: Minimal is a theme for GitHub Pages.
description: pathogenflows is a package that predicts the flow of pathogens through sanitation systems
show_downloads: true
google_analytics:
theme: jekyll-theme-minimal
File added
assets/img/logo.png

6.04 KiB | W: | H:

assets/img/logo.png

335 KiB | W: | H:

assets/img/logo.png
assets/img/logo.png
assets/img/logo.png
assets/img/logo.png
  • 2-up
  • Swipe
  • Onion skin
File added
images/pft_flow_chart.png

335 KiB

......@@ -10,9 +10,37 @@ There should be whitespace between paragraphs.
There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project.
# Header 1
## Installation
This is a normal paragraph following a header. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.
The latest version of pathogenflows can be installed from github (if you don't have the package **devtools**, you will need to install it first):
``` r
# install.packages("devtools")
devtools::install_github('mverbyla/pathogenflows')
```
## About
The 'getLoadings' function allows you to predict annual loadings of water pathogens from the onsite sanitation system technologies used in a given region of the world.
| Pathogen Loadings | Description |
|:--------------------------|:---------------------------|
| Excreted | Number of pathogens excreted per year |
| To groundwater | Number of pathogens emitted to groundwater each year |
| To the surface | Number of pathogens emitted to the surface each year |
| Retained in subsurface | Number of pathogens retained in the subsurface each year |
| Decayed/inactivated | Number of pathogens inactivated per year |
| Conveyed in fecal sludge to treatment | Number of pathogens conveyed each year to treatment in fecal sludge |
| Conveyed in sewerage to treatment | Number of pathogens conveyed each year to treatment in sewerage |
## Example
The following shows the use of the getLoadings function for data from Kampala, Uganda, grouping the data by 'region' and showing results for the 'Virus' group.
``` r
getLoadings(onsiteData,by="region",group="Virus")
```
## Header 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment