qplotc {hyperSpec} | R Documentation |
Spectra plotting with ggplot2
Description
Spectra plotting with ggplot2
Usage
qplotc(
object,
mapping = aes_string(x = "c", y = "spc"),
...,
func = NULL,
func.args = list(),
map.pointonly = FALSE
)
Arguments
object |
hyperSpec object |
mapping |
see |
... |
handed to |
func |
function to summarize the wavelengths, if |
func.args |
arguments to |
map.pointonly |
if |
Details
These functions are still experimental and may change substantially in future.
Value
a ggplot
object
Author(s)
Claudia Beleites
See Also
Examples
qplotc (flu)
qplotc (flu) + geom_smooth (method = "lm")
[Package hyperSpec version 0.100.2 Index]