color.plot {GiNA} | R Documentation |
Analyzing the digital color of objects
Description
This function was design to assess the color output of the scanCRAN
function by drawing the digital color detected by the program in a way that the user can assess the colors that the computer is detecting for each object in the picture.
Usage
color.plot(x, cex.axis = 0.7, cex = 5)
Arguments
x |
the data to be used for plotting, should be the output from the 'scanCRAN function. |
cex.axis |
the size of the dots in the plot |
cex |
the size of the font of the x labels |
Value
If parameters are indicated correctly the function returns:
- $plot
a plot showing the digital color detected by the program for each of the objects found in the picture.
References
We have spent valuable time developing this package, please cite it in your publication:
Diaz-Garcia L, Covarrubias-Pazaran G, Schlautman B, Zalapa J. GiNA: A flexible high throughput phenotyping tool. http://horticulture.wisc.edu/cggl/ZalapaLab/People.html. 2015.
Examples
## x <- ScanCran(folder=0.8,minArea=6000)
## color.plot(x, cex.axis = 0.7, cex = 5)