qplotmixmap | R Documentation |
map plot with colour overlay.
qplotmixmap(object, ...)
object |
hyperSpec object |
... |
handed over to |
invisible list with ggplot2 objects map and legend
Claudia Beleites
qmixtile
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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.