search for: rmaxdefault

Displaying 1 result from an estimated 1 matches for "rmaxdefault".

Did you mean: ram_default
2011 Nov 13
1
Myriam Saavedra M. Sc. Questions about maximun radius distance
...My thesis was about spatial distribution /a nalysis of some trees in a part of  the Congo Basic Forest. In my thesis I used your spatial package in R, and today I'm doing a more deeper study about how we choise the r distance in Function F(). I would like to be able to understand about value of rmaxdefault as:   ripley <- min(diff(W$xrange), diff(W$yrange))/4 rlarge <- if (!missing(lambda)) sqrt(1000/(pi * lambda)) else Inf rmax <- min(rlarge, ripley)  For the ripley's calculation, I found your explanation in the internet but for the rlarge I couldn't find it. Could you explain why...