| Complaints | R Documentation |
Environmental complaints about odors from the Rijnmond region (near Rotterdam in the Netherlands) in 1988.
data(Complaints)
A dataframe with two columns:
freqThe daily number of complaints.
countThe number of days the specific complaint frequency occurred.
In 1988, the Rijnmond Environmental Agency registered approximately 20,000 complaints about odors from regional inhabitants.
Personal information from Paul Eilers.
plot(Complaints$freq, Complaints$count, type = 'h',
xlab = 'Number of complaints per day', ylab = 'Frequency')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.