Last data update: 2014.03.03

R: cranberry image
GINA.sampleR Documentation

cranberry image

Description

Sample image from the cranberry genomics program. The image displays 25 cranberry fruits from a single genotyped captured by a camera in a white background with black reference circles for standarization purposes.

Usage

  data(GINA.sample)

Format

An image with 3 layers for green, red and blue.

Source

Cranberry Genomics Program, Madison, WI, USA.

References

Diaz-Garcia L, Covarrubias-Pazaran G, Schlautman B, Salazar W, Zalapa J. (2015) GINA: A flexible high throughput phenotyping tool. http://horticulture.wisc.edu/cggl/ZalapaLab/People.html. 2015.

Ben Hui Liu. 1998. Statistical Genomics. CRC Press LLC. ISBN 0-8493-3166-8.

Examples

####=========================================####
#### For CRAN time limitations most lines in the 
#### examples are silenced with one '#' mark, 
#### remove them and run the examples
####=========================================####
data(GINA.sample)
#display(GINA.sample)
#str(GINA.sample)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(GiNA)
Loading required package: EBImage
Loading required package: png
Loading required package: parallel
Loading required package: doParallel
Loading required package: foreach
Loading required package: iterators
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/GiNA/GINA.sample.Rd_%03d_medium.png", width=480, height=480)
> ### Name: GINA.sample
> ### Title: cranberry image
> ### Aliases: GINA.sample
> ### Keywords: datasets
> 
> ### ** Examples
> 
> ####=========================================####
> #### For CRAN time limitations most lines in the 
> #### examples are silenced with one '#' mark, 
> #### remove them and run the examples
> ####=========================================####
> data(GINA.sample)
> #display(GINA.sample)
> #str(GINA.sample)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>