sjedrp.d10: Example data set for DRP (dmin 10).

sjedrp.d10R Documentation

Example data set for DRP (dmin 10).

Description

Example data sets for checking the DRP code. These data sets have been run on Rodieck's program for comparison.

Usage

data(sjedrp.d10)

Format

Two columns of data; first column is x coordinate; second column is y coordinate.

Author(s)

Stephen Eglen

Source

These data sets are artificial; they were created with the dmin rule.

References

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.

See Also

autodrp for the main code, and rodieckach for the data to generate the DRP from Rodieck (1992). See other data sets such as sjedrp.d20, sjedrp.d25 and sjedrp.d30.

Examples

data(sjedrp.d10)
bb <- c(0, 700, 0, 700)
res <- autodrp(sjedrp.d10$x, sjedrp.d10$y, nbins=20, r=10, a=bb)
plot(res) 
stopifnot(abs(0.09 - res$p)< 0.03)
stopifnot(abs(12.9 - res$effrad)< 0.3)

sje30/sjedrp documentation built on May 1, 2024, 5:20 p.m.