Learn R Programming

cholera (version 0.4.0)

pumpCase: Numeric case IDs by pump neighborhood.

Description

Numeric case IDs by pump neighborhood.

Usage

pumpCase(obj)

Arguments

obj

An object created by neighborhoodVoronoi() or neighborhoodWalking().

Value

A list of pump neighborhoods with the numeric ID of cases.

See Also

neighborhoodVoronoi, neighborhoodWalking,

Examples

Run this code
# NOT RUN {
# pumpCase(neighborhoodVoronoi())
# pumpCase(neighborhoodWalking())
# }

Run the code above in your browser using DataLab