E1.17 | R Documentation |
The E1.17
data frame has 18 rows and 3 columns.
data(E1.17)
This data frame contains the following columns:
a numeric vector, district of Chicago. 1 is downtown Chicago.
a numeric vector, population density of each district.
a numeric vector, vehicle thefts per thousand residents.
Mark Buslik, Chicago Police Department.
data(E1.17)
attach(E1.17)
plot(pd, vtt)
cat("Use the mouse to identify the outlier in the plot (click on the outlier)\n")
## Not run: identify(pd, vtt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.