Displaying 1 result from an estimated 1 matches for "mcond".
Did you mean:
cond
2012 Oct 03
2
Creating tiff with 1200 dpi
...;, :
opening device failed
I've tried the same thing with jpeg, and still get the same error. I've
tried Cario, but I get an error that tiff bitmap is not supported.
Any help would be appreciated. Here is my code.
#Creating dataframes
new.data2<-expand.grid(FCOND=23.5, FPC1=-0.68, MCOND=22.4, MPC1=-0.82,
RANK=c(6:15))
new.data3<-expand.grid(FOCND=39.1, FPC1=0.46, MCOND=7.4, MPC1=1.3,
RANK=c(4:16))
x2<-data.frame(mod.avg.pred=c(0.28, 0.26, 0.24, 0.23, 0.22, 0.21, 0.20,
0.19, 0.19, 0.18),
uncond.se=c(0.17, 0.15, 0.14, 0.14, 0.15, 0.16, 0.18, 0.19, 0.20, 0.21))
x3<-data.fram...