Displaying 2 results from an estimated 2 matches for "imagenrgb".
2001 Aug 30
1
imagenrgb: Function to display RGB images in R
I've writen this function (imagenrgb)
to display a (m,n,3) array
as a RGB image with ngris^3 colors and,optionally,
stretching. If option ver=F, it does not
display but saves a pseudocolor version of the image
as a list (so that subsequent displays are faster).
I'd appreciate feedback and improvements
and hope that it's usefu...
2001 Sep 27
2
Getting your stuff organized in R
...<- b <- ls(pos=pos)
for (i in 1:length(a)) {
b[i] <- mode(get(a[i]))
}
a[grep("function",b)]
}
> lsf()
[1] "disc.qda" "edges" "ima.explore2"
[4] "imagen" "imagenrgb" "lsf"
[7] "mat.select" "no.na.mat" "no.rep.mat"
[10] "parcelas.lda" "parcelas.liss.func" "reclas"
[13] "rescale" "utm2lincol"
You can use lsf() to save your...