Skip to content
Prev 60135 / 398502 Next

RecordPlot

I want to do a zoom with recordPlot(). I have problems with lists.
(R-2.0.1 patched 2004-11-30 , various linux). I have problems 
with RecordPlot class structure.
Error in "[[<-"(`*tmp*`, 1, value = list(list(
.Primitive("plot.new")), list(.Primitive("plot
.window"), c(1,  : 
        incompatible types
[1] "double"
[1] "double"
        

But:
Also, I don't understand recursive indexing.
With not modified saveP,
[[1]]
.Primitive("plot.window")

[[2]]
[1]  1 10

[[3]]
[1]  1 10

[[4]]
[1] ""

[[5]]
[1] NA

# OK
Error: recursive indexing failed at level 2  

# why not [1]  1 10 ??

Jean Coursol