unknownPleasures: Unknown pleasures

Description Usage Arguments Examples

Description

A frivolous alternative to geoPlotMap(), this function takes the output of geoMCMC() and plots the resulting geoprofile in the style of the cover of Joy Division's 'Unknown pleasures' album.

Usage

1
2
unknownPleasures(input_matrix, paper_ref = NULL, nlines = 80,
  bgcol = "black", fgcol = "white", wt = 2)

Arguments

input_matrix

The surface to plot, usually the object $geoProfile produced by geoMCMC().

paper_ref

A text string, for example a reference to a paper.

nlines

The number of lines (defaults to the correct number of 80).

bgcol

Background colour

fgcol

Foreground colour

wt

line weight

Examples

1
2
3
4
5
6
7
8
# simulated data
sim <-rDPM(50, priorMean_longitude = -0.04217491, priorMean_latitude = 
51.5235505, alpha=10, sigma=1, tau=3)
d <- geoData(sim$longitude, sim $latitude)
s <- geoDataSource(sim$source_lon, sim$source_lat)
p <- geoParams(data = d, sigma_mean = 1.0, sigma_squared_shape = 2)
m <- geoMCMC(data = d, params = p)
unknownPleasures(m$geoProfile, paper_ref = "Rgeoprofile v2.1.0")

bobverity/Rgeoprofile documentation built on May 12, 2019, 11:28 p.m.