Skip to content

Commit c854c3d

Browse files
renamed the package to vizIncidence
1 parent 600d963 commit c854c3d

File tree

3 files changed

+23
-14
lines changed

3 files changed

+23
-14
lines changed

plotIncidence/R/doc.R

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
#' @section Available functions include:
77
#' \itemize{
88
#' \item{plotIncidence}{Plot incidence time series using histograms}
9+
#' \item{mapIncidence}{Visualise incidence in space and time using animations}
910
#' }
1011
##
1112
#'
1213
#' @docType package
13-
#' @name plotIncidence
14+
#' @name vizIncidence
1415
NULL
1516

1617

@@ -34,7 +35,7 @@ NULL
3435

3536
#' #' #' Zombie outbreak dataset
3637
#'
37-
#' This is a dataset simulating an outbreak with geo-localisation of the cases (6 localities)
38+
#' This is a dataset simulating an outbreak with geo-localisation of the cases (6 localities)
3839
#'
3940
#' \itemize{
4041
#' \item x.coord a vector of x coordinates

plotIncidence/man/plotIncidence.Rd

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
% Generated by roxygen2 (4.1.0): do not edit by hand
2-
% Please edit documentation in R/doc.R, R/plotIncidence.R
3-
\docType{package}
2+
% Please edit documentation in R/plotIncidence.R
43
\name{plotIncidence}
54
\alias{plotIncidence}
6-
\alias{plotIncidence-package}
7-
\title{plotIncidence: A package for plotting incidence data.}
5+
\title{Plot incidence time series using histograms}
86
\usage{
97
plotIncidence(x, dates, bin = 7, fill.by = NULL, split.by = NULL,
108
shade.by = NULL, start.at = NULL, stop.at = NULL, xlab = NULL,
@@ -41,16 +39,8 @@ plotIncidence(x, dates, bin = 7, fill.by = NULL, split.by = NULL,
4139
\item{col.pal}{an integer between 1 and 8 indicating a color palette to be used; if NULL, the default color palette of ggplot2 is used}
4240
}
4341
\description{
44-
This package provides functions for computing and plotting incidence data from outbreak line lists.
45-
4642
This function provides advanced plotting facilities for incidence time series using ggplot2
4743
}
48-
\section{Available functions include}{
49-
50-
\itemize{
51-
\item{plotIncidence}{Plot incidence time series using histograms}
52-
}
53-
}
5444
\examples{
5545
data("toy")
5646
head(toy)

plotIncidence/man/vizIncidence.Rd

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
% Generated by roxygen2 (4.1.0): do not edit by hand
2+
% Please edit documentation in R/doc.R
3+
\docType{package}
4+
\name{vizIncidence}
5+
\alias{vizIncidence}
6+
\alias{vizIncidence-package}
7+
\title{plotIncidence: A package for plotting incidence data.}
8+
\description{
9+
This package provides functions for computing and plotting incidence data from outbreak line lists.
10+
}
11+
\section{Available functions include}{
12+
13+
\itemize{
14+
\item{plotIncidence}{Plot incidence time series using histograms}
15+
\item{mapIncidence}{Visualise incidence in space and time using animations}
16+
}
17+
}
18+

0 commit comments

Comments
 (0)