color.plot: Analyzing the digital color of objects

Description Usage Arguments Value References Examples

View source: R/color.plot.R

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

1
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

1
2
## x <- ScanCran(folder=0.8,minArea=6000)
## color.plot(x, cex.axis = 0.7, cex = 5)

Example output

Loading required package: EBImage
Loading required package: png
Loading required package: parallel
Loading required package: doParallel
Loading required package: foreach
Loading required package: iterators

GiNA documentation built on May 2, 2019, 3:47 p.m.