Other packages > Find by keyword >

cholera  

Amend, Augment and Aid Analysis of John Snow's Cholera Map
View on CRAN: Click here


Download and install cholera package within the R console
Install from CRAN:
install.packages("cholera")

Install from Github:
library("remotes")
install_github("cran/cholera")

Install by package version:
library("remotes")
install_version("cholera", "0.9.1")



Attach the package and use:
library("cholera")
Maintained by
Peter Li
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-08-10
Latest Update: 2025-05-01
Description:
Amends errors, augments data and aids analysis of John Snow's map of the 1854 London cholera outbreak.
How to cite:
Peter Li (2017). cholera: Amend, Augment and Aid Analysis of John Snow's Cholera Map. R package version 0.9.1, https://cran.r-project.org/web/packages/cholera. Accessed 06 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:25), 0.2.1 (2017-08-10 21:40), 0.3.0 (2018-01-26 22:39), 0.4.0 (2018-04-01 09:49), 0.5.0 (2018-07-16 19:20), 0.5.1 (2018-08-15 19:30), 0.6.0 (2019-03-08 18:42), 0.6.5 (2019-06-11 06:30), 0.7.0 (2019-08-28 07:20), 0.7.5 (2021-04-22 04:40), 0.7.9 (2021-10-11 20:40), 0.8.0 (2023-03-01 13:40), 0.9.0 (2025-03-14 01:40)
Other packages that cited cholera R package
View cholera citation profile
Other R packages that cholera depends, imports, suggests or enhances
Complete documentation for cholera
Functions, R codes and Examples using the cholera R package
Some associated functions: addCase . addDelaunay . addEuclideanPath . addFrame . addIndexCase . addKernelDensity . addLandmarks . addMilePosts . addNeighborhoodCases . addNeighborhoodEuclidean . addNeighborhoodWalking . addPlaguePit . addPump . addRoads . addSnow . addVoronoi . addWalkingPath . addWhitehead . anchor.case . border . caseDistance . caseLocator . cholera-package . euclideanPath . fatalities.address . fatalities . fatalities.unstacked . fixFatalities . frame.data . frame.sample . isoLines . landmark.squares . landmarkData . landmarks . latlong.ortho.addr . latlong.ortho.pump . latlong.ortho.pump.vestry . latlongAddress . latlongFatalities . latlongLandmarks . latlongNearestPump . latlongNeighborhoodData . latlongNeighborhoodVoronoi . latlongNeighborhoodWalking . latlongPumps . latlongRoads . latlongVoronoi . latlongWalkingPath . mapRange . nearestPump . neighborhoodData . neighborhoodEuclidean . neighborhoodVoronoi . neighborhoodWalking . ortho.proj . ortho.proj.pump . ortho.proj.pump.vestry . oxford.weather . oxfordWeather . plague.pit . plot.euclidean . plot.euclidean_path . plot.latlongNeighborhoodVoronoi . plot.latlong_neighborhood_data . plot.latlong_walking . plot.latlong_walking_path . plot.neighborhood_data . plot.oxfordWeather . plot.povertyLondon . plot.profile_perspective . plot.time_series . plot.voronoi . plot.walking . plot.walking_path . plot.winterTemperatures . povertyLondon . print.euclidean . print.euclidean_path . print.iso . print.latlongNeighborhoodVoronoi . print.latlong_walking_path . print.time_series . print.voronoi . print.walking . print.walking_path . profile2D . profile3D . pumpCase . pumpData . pumpFatalities . pumpLocator . pumps . pumps.vestry . rd.sample . rectangle.filter . regular.cases . road.segments . roadSegmentFix . roadSegments . roads . segmentHighlight . segmentLength . segmentLocator . sim.ortho.proj . sim.pump.case . sim.walking.distance . simulateFatalities . simulateWalkingDistance . snow.neighborhood . snowColors . snowMap . snowNeighborhood . streetHighlight . streetLength . streetNameLocator . streetNames . streetNumberLocator . subsetRoadsSamples . summary.euclidean . summary.voronoi . summary.walking . timeSeries . unitMeter . unstackFatalities . voronoi.polygons . voronoi.polygons.vestry . voronoiPolygons . walkingPath . winterTemperatures . 
Some associated R codes: addCase.R . addDelaunay.R . addEuclideanPath.R . addIndexCase.R . addKernelDensity.R . addLandmarks.R . addMilePosts.R . addNeighborhoodCases.R . addNeighborhoodEuclidean.R . addNeighborhoodWalking.R . addPlaguePit.R . addPump.R . addSnow.R . addVoronoi.R . addWalkingPath.R . addWhitehead.R . caseDistance.R . caseLocator.R . cholera.R . classifierAudit.R . data.R . distanceTime.R . euclidean.R . euclideanPath.R . fixFatalities.R . isoLines.R . isoVertices.R . landmarkData.R . latlongAddress.R . latlongAuxilliaryFunctions.R . latlongCoordinates.R . latlongEmbed.R . latlongFatalities.R . latlongFrame.R . latlongLandmarks.R . latlongNearestPump.R . latlongNeighborhoodData.R . latlongNeighborhoodVoronoi.R . latlongNeighborhoodWalking.R . latlongOrthoAddress.R . latlongOrthoPump.R . latlongPumps.R . latlongRoads.R . latlongVoronoi.R . latlongWalkingPath.R . multiCore.R . nearestPump.R . neighborhoodData.R . orientationPlot.R . orthoProjPumpPDF.R . orthogonalProjection.R . orthogonalSegment.R . oxfordWeather.R . partitionAddresses.R . partitionFatalities.R . partitionOrthoAddresses.R . partitionRoads.R . pearlString.R . pearsonResiduals.R . pointOverlap.R . pointOverlapRoad.R . povertyLondon.R . profile2D.R . profile3D.R . pumpCase.R . pumpData.R . pumpFatalities.R . pumpLocator.R . pumpTokens.R . rectangleFilter.R . roadPointDistance.R . roadSegmentFix.R . roadSegments.R . segmentHighlight.R . segmentLength.R . segmentLocator.R . selectPump.R . simulateFatalities.R . simulateWalkingDistance.R . snowColors.R . snowMap.R . snowNeighborhood.R . streetHighlight.R . streetLength.R . streetNameLocator.R . streetNames.R . streetNumberLocator.R . subsetRoadsSamples.R . tanakaContourPlot.R . thresholdFatalties.R . timeSeries.R . unitMeter.R . unstack.R . unstackAuxiliaryFunctions.R . voronoi.R . voronoiPolygons.R . walking.R . walkingAuxiliaryFunctions.R . walkingPath.R . winterTemperatures.R . withinRadius.R .  Full cholera package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

TMDb  
Access to TMDb API
Provides an R-interface to the TMDb API (see TMDb API on < ...
Download / Learn more Package Citations See dependency  
SAMBA  
Selection and Misclassification Bias Adjustment for Logistic Regression Models
Health research using data from electronic health records (EHR) has gained popularity, but miscla ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
lsmeans  
Least-Squares Means
Obtain least-squares means for linear, generalized linear, and mixed models. Compute contrasts or l ...
Download / Learn more Package Citations See dependency  
RRedshiftSQL  
R Interface to the 'Redshift' Database
Superclasses 'PostgreSQL' connection to help enable full 'dplyr' functionality on 'Redshift'. ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA