Displaying 2 results from an estimated 2 matches for "bleeder1600".
2011 Jun 14
1
problems with plots in loop (corrected Email)
...t;")
plot(resultslist_1600[[i]], type = "all", pch = ".", ylab = "Signal",
log = "", axes = F)
lines(Zeit, der)
if((i/4)%%1 ==0){axis(1, at = seq(0, 360, length = 6), label = c(),
font = 2)}
axis(2, at =
pretty(na.omit(eval(parse(text=paste("bleeder1600[,",i,"]",sep =""))))),
label = c())
mtext(side = 3, leg, line = -2)}
I understand, that I am supposed to submit working code. However, I deal
with a fairly comprehensive data set and I have to generate a large list
using another R package. Thus I explain what it does:...
2011 Jun 14
0
problems with plots in loop
...t;")
plot(resultslist_1600[[i]], type = "all", pch = ".", ylab = "Signal",
log = "", axes = F)
lines(Zeit, der)
if((i/4)%%1 ==0){axis(1, at = seq(0, 360, length = 6), label = c(),
font = 2)}
axis(2, at =
pretty(na.omit(eval(parse(text=paste("bleeder1600[,",i,"]",sep =""))))),
label = c())
mtext(side = 3, leg, line = -2)}
I understand, that I am supposed to submit working code. However, I deal
with a fairly comprehensive data set and I have to generate a large list
using another R package. Thus I explain what it does:...