On 21.04.2010 16:36, Mario Valle wrote:
n <- 63
a <- 1:n
x <- a-1
y <- outer(x,a)
matplot(x,y,type='l')
Warning message:
In matplot(x, y, type = "l") :
default 'pch' is smaller than number of columns and hence recycled
Why is it complaining if I specifically ask for type="l", so no pch
involve
n <- 63
a <- 1:n
x <- a-1
y <- outer(x,a)
matplot(x,y,type='l')
Warning message:
In matplot(x, y, type = "l") :
default 'pch' is smaller than number of columns and hence recycled
Why is it complaining if I specifically ask for type="l", so no pch
involved?
Annoyance or feature?
The fix (if
2 matches
Mail list logo