Displaying 2 results from an estimated 2 matches for "dline".
Did you mean:
line
2002 Dec 27
1
Wish list: add an "until" or "EOF.marker" parameter to scan & rea dLines
A bit late for Santa, but on my wish-list nevertheless:
is there any chance that "scan" and "readLines" could be extended to take a
parameter "until" or "EOF.marker", which would be a character string that
(if encountered while reading) would cause the reading to stop, just as if
an end-of-file had been found? [But leaving a connection open, so that
subsequent calls could r...
2007 Dec 21
1
substitute() bug? (PR#10525)
...te(theta[1],"=",topp),list(topp=topp)), type="l");
plot(bob$y~bob$x,xlab="", ylab="",
main=substitute(paste(theta[1],"=",topp),list(topp=topp)), type="l");
Note that theta is not defined anywhere:
ls()
[1] "bob" "dline" "dplot" "dpt" "less" "lesseq"
[7] "more" "moreeq" "peak" "peakline" "peakplot" "pop"
[13] "topp" "x"
Version:
platform = i386-apple-darwin...