search for: 53c53

Displaying 2 results from an estimated 2 matches for "53c53".

Did you mean: 5353
1997 Jun 16
0
R-alpha: image(): minor bug in R code and helpfile (fixes)
...z <- x < x <- seq(0,1,len=nrow(z)) < y <- seq(0,1,len=ncol(z)) < } Second, the examples in the help file don't actually work(!) without the following changes: 51c51 < image(z=volcano, x, y, --- > image(volcano, x, y, 53c53 < contour(z=volcano, x, y, levels=seq(90, 200, by=5), --- > contour(volcano, x, y, zc=seq(90, 200, by=5), (By the way, there is currently no help for contour().) A more general question: what are the ethics/legalities of adapting S/S-PLUS function code to use in R? Benjamin Bolker...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...i -0.000-1.000i 1+-0i --- > -4 0.000-0.500i 1+0i 0.000+2.000i -4+0i 0.000-8.000i 16+0i > -3 0.000-0.577i 1+0i 0.000+1.732i -3+0i 0.000-5.196i 9+0i > -2 0.000-0.707i 1+0i 0.000+1.414i -2+0i 0.000-2.828i 4+0i > -1 0.000-1.000i 1+0i 0.000+1.000i -1+0i 0.000-1.000i 1+0i 53c53 < [1] -0.0720852+0.6383267i -0.6058296+-0.0000000i -0.0720852-0.6383267i --- > [1] -0.0720852+0.6383267i -0.6058296+0.0000000i -0.0720852-0.6383267i 122c122 < n= 30 : 465+0i -15+142.7155i -15+70.56945i -15+46.16525i -15+33.69055i -15+25.98076i -15+20.64573i -15+16.65919i -15+13.50606i -15...