Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UMR-ASTRE
mapMCDA
Commits
4333ff39
Commit
4333ff39
authored
Nov 19, 2021
by
Facundo Muñoz
®️
Browse files
Improve package doc.
parent
165af09b
Pipeline
#44709
failed with stages
in 1 minute and 7 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
4333ff39
Package: mapMCDA
Title: Produce an epidemiological risk map by weighting multiple risk
factors
Version: 0.4.
59
Date: 2021-1
0-23
Version: 0.4.
60
Date: 2021-1
1-19
Authors@R: c( person("Andrea", "Apolloni", email =
"andrea.apolloni@cirad.fr", role = c("ctb"), comment = "Animal
mobility algorithm"), person("Elena", "Arsevska", email =
...
...
R/mapMCDA-package.r
View file @
4333ff39
#' mapMCDA
#'
#' Produce an epidemiological risk map by weighting multiple risk factors
#' Produce an epidemiological risk map by weighting multiple risk factors.
#'
#' The typical use case is the lack of (reliable) data about the epidemics of a
#' disease, but available information about well known risk factors (e.g. animal
#' density, proximity to border, proximity to water courses, etc.). In order to
#' design a stratified sampling or a surveillance campaign, a preliminar risk
#' map based on expert judgement is required. This package (and method) provides
#' a systematic and guided approach to build such maps.
#'
#' mapMCDA provides a Shiny graphical user interface launched with
#' \code{mapMCDA_app()}.
#' It can also be used from command line and scripted.
#' You can see an example (in french) in the vignette
#' \href{https://umr-astre.pages.mia.inra.fr/mapMCDA/articles/mapMCDA.html}{Overview}.
#'
#'
#' @references https://umr-astre.pages.mia.inra.fr/mapMCDA/
#'
#' @name mapMCDA
#' @import methods
...
...
man/mapMCDA.Rd
View file @
4333ff39
...
...
@@ -5,5 +5,22 @@
\alias{mapMCDA}
\title{mapMCDA}
\description{
Produce an epidemiological risk map by weighting multiple risk factors
Produce an epidemiological risk map by weighting multiple risk factors.
}
\details{
The typical use case is the lack of (reliable) data about the epidemics of a
disease, but available information about well known risk factors (e.g. animal
density, proximity to border, proximity to water courses, etc.). In order to
design a stratified sampling or a surveillance campaign, a preliminar risk
map based on expert judgement is required. This package (and method) provides
a systematic and guided approach to build such maps.
mapMCDA provides a Shiny graphical user interface launched with
\code{mapMCDA_app()}.
It can also be used from command line and scripted.
You can see an example (in french) in the vignette
\href{https://umr-astre.pages.mia.inra.fr/mapMCDA/articles/mapMCDA.html}{Overview}.
}
\references{
https://umr-astre.pages.mia.inra.fr/mapMCDA/
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment