KS2D_NR | R Documentation |
Data ‘digitized’ from Figure 14.7.1 of Numerical Recipes
A data frame with 95 observations on the following 4 variables:
Observation number.
X coordinate.
Y coordinate.
Which coordinate set (‘triangles’ or ‘squares’).
The data in Figure 14.7.1 apparently had 65 triangles and 35 squares. These data have only 63 triangles and 32 squares.
Press, W.H., S.A. Teukolsky, W.T. Vetterling, B.P. Flannery. 2007. Numerical Recipes: The Art of Scientific Computing, 3rd Edition. Cambridge University Press. 1286 pages.
data(KS2D_NR) # separate into the two sets of coordinates d1 <- subset(KS2D_NR,group=="triangles") d2 <- subset(KS2D_NR,group=="squares")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.