plot.euclideanLatlong: Plot method for euclideanLatlong()

View source: R/euclideanLatlong.R

plot.euclideanLatlongR Documentation

Plot method for euclideanLatlong()

Description

Plot method for euclideanLatlong()

Usage

## S3 method for class 'euclideanLatlong'
plot(x, type = "star", add = FALSE,
  add.observed.points = TRUE, alpha.level = 0.75, polygon.type = "solid",
  ...)

Arguments

x

Object.

type

Character. "star", "area.points" or "area.polygons". "area" flavors only valid when case.set = "expected".

add

Logical. Add graphic to an existing plot.

add.observed.points

Logical. Add observed fatality "addresses".

alpha.level

Numeric. Alpha level transparency for area plot: a value in [0, 1].

polygon.type

Character. "perimeter" or "solid".

...

Additional plotting parameters.


lindbrook/cholera documentation built on March 5, 2025, 5:40 p.m.