Skip to content

cholera v0.8.0

Latest
Compare
Choose a tag to compare
@lindbrook lindbrook released this 01 Mar 15:06
· 1269 commits to master since this release

New Functions

  • caseDistance().
  • pumpFatalities().

New Data

  • latlong.ortho.addr, latlong.ortho.pump and latlong.ortho.pump.vestry.
  • frame.data.

Fixes

  • fix addVoronoi(color).
  • fix nearestPump(metric = "euclidean", vestry = TRUE).
  • fix/change unitMeter(distance.unit = "native").
  • use aes_string() in profile2D().

Data Changes

  • use Poland Street as street address for St James Workhouse.
  • re-compute ortho.proj with amended unstackFatalities().
  • roadSegmentFix() places cases 440 and 145 on road segment "259-1".

Function Changes

  • add exception for observed v. expected in neighborhoodData() via embedSites().
  • add/set addCase(pch = 1, cex = 1, point.lwd = 2).
  • add addCase(case %in% c("all", "anchor"), col = col).
  • add/set addFrame(col = "black").
  • add/set latlong = FALSE in addFrame() and addRoads().
  • add/set plot.euclidean(add.title = TRUE).
  • add/set plot.walking_path(stacked = TRUE).
  • add/set segmentLocator(cex.text = 0.67).
  • add/set streetHighlight(col = "red", lwd = 3).
  • add/set walkingPath(null.origin.landmark = FALSE).
  • add/use duplicateNode() in neighborhoodData() via embedSites().
  • amend addVoronoi().
  • amend error/exception handling in walkingPath().
  • amend unstackFatalities() and use roadSegmentFix().
  • fix/amend milePosts() for distance and time.

Longitude and Latitude Prototypes

  • add/set snowMap(latlong = FALSE).
  • add/set addPump(latlong = FALSE).
  • add/ser roadSegments(latlong = FALSE).
  • add/set voronoiPolygons(latlong = FALSE).
  • latlongNeighborhoodVoronoi().
  • latlongNeighborhoodWalking().
  • latlongWalkingPath().

Documentation

  • note on "computing Voronoi diagrams with geographic data".

Archived/Deprecated Functions

  • roadHighlight().