Displaying 1 result from an estimated 1 matches for "confusion4".
Did you mean:
confusion
2009 Dec 14
0
Confused on using expand.grid(), array(), image() and npudens(np) in my case
...at is the correct sequence for the three variables in the c()
options of array()
f <- array(fhat, c(51,51,3)) #number of year.seq is 3, and number of x.seq
and y.seq are 51,confusion3
brks <- quantile(f, seq(0,1,0.05));cols <-
heat.colors(length(brks)-1);oldpar <- par(mfrow=c(1,3))
#Confusion4:what is the correct sequence for the three variables(tf,x and y)
in the image()
for (i in 1:3) image(x.seq, y.seq, f[,,i],asp=1, xlab="", ylab="", main=i,
breaks=brks, col=cols) #confusion4
par(oldpar)
#This was also confused in 4 ,5 and more dimensions.
Any help or sugges...