spatial.plot: Plot an spatially arranged continuous variable

View source: R/gghacks.R

spatial.plotR Documentation

Plot an spatially arranged continuous variable

Description

Plot an spatially arranged continuous variable

Usage

spatial.plot(dat, scale = c("divergent", "sequential"))

Arguments

dat

A 3-column data.frame with names 'x', 'y' and 'z' where the first two are the spatial coordinates, and 'z' is the value to be represented

scale

Character. 'divergent' represents positive and negative values with different colours. 'sequential' uses a gradient scale of two colours.


famuvie/breedR documentation built on Aug. 6, 2024, 9:10 p.m.