profile2D {cholera}R Documentation

2D Profile .

Description

2D Profile .

Usage

profile2D(angle = 0, pump = 7, vestry = FALSE, type = "base",
  multi.core = TRUE)

Arguments

angle

Numeric. Angle of perspective axis in degrees.

pump

Numeric. Select pump as focal point.

vestry

Logical. TRUE uses the 14 pumps from the Vestry Report. FALSE uses the 13 in the original map.

type

Character. Type of graphic: "base" or "ggplot2".

multi.core

Logical or Numeric. TRUE uses parallel::detectCores(). FALSE uses one, single core. You can also specify the number logical cores. See vignette("Parallelization") for details.

Examples

## Not run: 
profile2D(angle = 30)
profile2D(angle = 30, type = "ggplot2")

## End(Not run)

[Package cholera version 0.8.0 Index]