sjedrp.d20 | R Documentation |
Example data sets for checking the DRP code. These data sets have been run on Rodieck's program for comparison.
data(sjedrp.d20)
Two columns of data; first column is x coordinate; second column is y coordinate.
Stephen Eglen
These data sets are artificial; they were created with the dmin rule.
Rodieck RW (1991). The density recovery profile: A method for the analysis of points in the plane applicable to retinal studies. Visual Neuroscience 6: 95-111.
‘sjedrp’ for the main code, and ‘rodieckach’ for the data to generate the DRP from Rodieck (1992). See sjedrp.d10 for more documentation.
data(sjedrp.d20)
bb <- c(0, 700, 0, 700)
res <- autodrp(sjedrp.d20$x, sjedrp.d20$y, nbins=20, r=10, a=bb)
plot(res)
stopifnot(abs(0.20 - res$p)< 0.03)
stopifnot(abs(19.3 - res$effrad)< 0.15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.