coredata {colorSpec} | R Documentation |
Extract the Core Data of a colorSpec Object
Description
functions for extracting the core data contained in a colorSpec object.
Usage
## S3 method for class 'colorSpec'
coredata( x, forcemat=FALSE )
## S3 method for class 'colorSpec'
as.matrix( x, ... )
Arguments
x |
a colorSpec object |
forcemat |
if |
... |
extra arguments ignored |
Value
coredata |
If |
as.matrix |
a wrapper for |
See Also
[Package colorSpec version 1.5-0 Index]