Displaying 2 results from an estimated 2 matches for "stopy".
Did you mean:
stop
2006 Oct 24
4
avoiding a loop
I think I asked a similar question 3 years ago to the Splus list and I
think the answer was no or noone answered so noone should spend more
than 5 minutes on this
because it could definitely be a waste of time.
My question is whether the function below can be rewritten without a for
loop. apply is fine if it can be done that way but i doubt it. I call it
a lot and would
prefer to not loop.
2008 Apr 25
1
grid() : start values?
Hi,
is not there any way to tell grid() the starting value? With nx,ny
I get the right number of grid cells, but not on the exact
values I would like them. (I know I can do it with abline(), just
asking for an easier way, i.e. grid(nx,nx,start.x,start.y))
An alternative way (which would solve another problem) would be making
the axes coincident with the rectangular plot region, that is, if