spatial.plot: Plot an spatially arranged continuous variable

Description Usage Arguments

View source: R/gghacks.R

Description

Plot an spatially arranged continuous variable

Usage

1
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 Sept. 6, 2021, 4:50 a.m.