qplotmixmap: qplotmap with colour mixing for multivariate overlay

Description Usage Arguments Value Author(s) See Also Examples

Description

map plot with colour overlay.

Usage

1
qplotmixmap(object, ...)

Arguments

object

hyperSpec object

...

handed over to qmixlegend and qmixtile

Value

invisible list with ggplot2 objects map and legend

Author(s)

Claudia Beleites

See Also

qmixtile

Examples

1
2
3
4
5
6
chondro <- chondro - spc.fit.poly.below (chondro)
chondro <- sweep (chondro, 1, apply (chondro, 1, mean), "/")
chondro <- sweep (chondro, 2, apply (chondro, 2, quantile, 0.05), "-")

qplotmixmap (chondro [,,c (940, 1002, 1440)],
             purecol = c (colg = "red", Phe = "green", Lipid = "blue"))

hyperSpec documentation built on Sept. 13, 2021, 5:09 p.m.