search for: 150,150

Displaying 7 results from an estimated 7 matches for "150,150".

Did you mean: 150,10
2010 Jan 04
1
log-normal overlay
...-5.92,7.90,18.99,14.45,-2.19,-2.31,-6.01,-7.01,-10.41,-32.47,-47.01,-58.35,-89.59,-92.63,-52.20,-73.87,-68.61,-65.64,-62.95,-54.11,-36.70,14.03,-42.41,-40.88,-44.06,-53.54,-61.60,-49.09,-52.21,-75.94,-69.96,-83.98,-64.87,-90.85,-83.54,-90.07,-79.64,-70.42,-61.85,-70.61,-42.12,-68.59) breaks<-c(-150,-140,-130,-120,-110,-100,-90,-80,-70,-60,-50,-40,-30,-20,-10,0,10,20,30,40,50,60,70,80,90,100,110,120,130,140,150) hist(d.resid,breaks,freq=FALSE,main="Field 7: Ground Water Table Depth Residuals (Avg. - Measured Depth)",xlab="Residuals (cm)", col="grey") plot(function...
2010 Jan 04
1
log normal overlay
...-5.92,7.90,18.99,14.45,-2.19,-2.31,-6.01,-7.01,-10.41,-32.47,-47.01,-58.35,-89.59,-92.63,-52.20,-73.87,-68.61,-65.64,-62.95,-54.11,-36.70,14.03,-42.41,-40.88,-44.06,-53.54,-61.60,-49.09,-52.21,-75.94,-69.96,-83.98,-64.87,-90.85,-83.54,-90.07,-79.64,-70.42,-61.85,-70.61,-42.12,-68.59) breaks<-c(-150,-140,-130,-120,-110,-100,-90,-80,-70,-60,-50,-40,-30,-20,-10,0,10,20,30,40,50,60,70,80,90,100,110,120,130,140,150) hist(d.resid,breaks,freq=FALSE,main="Field 7: Ground Water Table Depth Residuals (Avg. - Measured Depth)",xlab="Residuals (cm)", col="grey") plot(function...
2012 Nov 16
0
rq summary plot: specify ylim for each coefficient
...I need to specify ylim for each coef. I have tried: graph<-rq(q~factors[,1]+factors[,2]+factors[,3]+factors[,4]+factors[,5]+factors[,6]+factors[,7]+factors[,8], tau=10:90/100) sgraph <- summary(graph) plot(sgraph,main=c("intercept VS Q", variable.names(variables)[1:8]), ylim=c(c(0,1500),c(0,400),c(-150,150),c(0,200),c(-150,220),c(-50,80),c(-0.3,0.7),c(2,16),c(0,600)) But I get an error message: Erreur dans plot.window(...) : valeur 'ylim' incorrecte In English: Error in the plot.window(...): value ylim incorrect Any idea how I could keep ylim constant across summary...
2005 Aug 09
3
file
...is.getImage(this.getCodeBase(), "8.jpg"); } public void paint(Graphics g) { super.paint(g); y = (int) (Math.random() * 210 - 100); n = (int) (Math.random() * 260 - 100); o = (int) (Math.random() * 240 - 100); // g.drawImage(img1, x, y, 120, 150, this); g.drawImage(img2, m, n, 60, 40, this); // g.drawImage(img3, k, o, 140, 170, this); g.fillOval(225, 620, 150, 150); g.setColor(Color.red); g.fillOval(c, d, 20, 20); g.setColor(Color.BLACK); g.fillRoundRect(293, 530, 15, 150, 10, 10);...
2007 May 10
11
wxRuby2 0.0.40
Congratulations, wxRuby2 0.0.40 but,where is 0.0.40 mswin32.gem? _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2004 Oct 04
7
R 2.0.0 is released
...check that the connection was open for writing, nor that non-ascii saves cannot be made to a text-mode connection. o phyper() uses a new algorithm based on Morten Welinder's bug report (PR#6772). This leads to faster code for large arguments and more precise code, e.g. for phyper(59, 150,150, 60, lower=FALSE). This also fixes bug (PR#7064) about fisher.test(). o print.default(*, gap = <n>) now in principle accepts all non-negative values <n>. o smooth.spline(...)$pen.crit had a typo in its computation; note this was printed in print.smooth.spline(*) but not...
2004 Oct 04
7
R 2.0.0 is released
...check that the connection was open for writing, nor that non-ascii saves cannot be made to a text-mode connection. o phyper() uses a new algorithm based on Morten Welinder's bug report (PR#6772). This leads to faster code for large arguments and more precise code, e.g. for phyper(59, 150,150, 60, lower=FALSE). This also fixes bug (PR#7064) about fisher.test(). o print.default(*, gap = <n>) now in principle accepts all non-negative values <n>. o smooth.spline(...)$pen.crit had a typo in its computation; note this was printed in print.smooth.spline(*) but not...