multifluo-package: Dealing with Several Images of a Same Object Constituted of...

Description Author(s) See Also Examples

Description

Deals with several images of a same object, constituted of different zones. Each image constitutes a variable for a given pixel. The user can interactively select different zones of an image. Then, multivariate analysis (PCA) can be run in order to characterize the different selected zones, according to the different images. Hotelling (Hotelling, 1931, <doi:10.1214/aoms/1177732979>) and Srivastava (Srivastava, 2009, <doi:10.1016/j.jmva.2006.11.002>) tests can be run to detect multivariate differences between the zones.

Author(s)

Caroline Peltier

Maintainer: Caroline Peltier <caroline.peltier@agrosupdijon.fr>

See Also

create.zones,reshapimg,plotimage

Examples

1
2
3
4
5
6
data(count)
count.img=plotimage(mat=count,lim=c(0,5000))
data(df.scaled)
resPCA=pca(data=df.scaled[,-1], zone="zone",pixel="pixel")
couleurs=find.colors(rownames(resPCA$IndivCoord)) 
plotpca(resPCA)

multifluo documentation built on May 2, 2019, 1:07 p.m.