minimal R version CRAN_Status_Badge packageversion


Last-changedate Project Status: Active ? The project has reached a stable, usable state and is being actively developed. Licence Build Status

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

mozzie

R package for weekly notified dengue cases in Sri Lanka

Installation

You can install mozzie from CRAN with:

install.packages("mozzie")

You can install mozzie from github with:

# install.packages("devtools")
devtools::install_github("thiyangt/mozzie")

Examples

This is a basic example which shows you how to solve a common problem:

## basic example code
library(mozzie)
head(mozzie)
summary(mozzie)
library(ggplot2)
library(forecast)
autoplot(as.ts(mozzie$Colombo))+labs(x="time index", y="counts", title="Time series plot of dengue cases in Colombo")


thiyangt/mozzie documentation built on May 6, 2019, 2:34 p.m.