vennplot (version 0.9.02)

sharks: Data on human encounters with great white sharks.

Description

Data on human encounters with great white sharks.

Usage

sharks

Arguments

Format

A dataset of logicals with 65 rows and 9 columns. Each entry classifies whether or not the encounter (row) was of a given type (column):

Male

Male shark

Female

Female shark

AM

Morning encounter

Australia

Encounter in Australia

USA

Encounter in the United States

Surfing

Surfing incident

Scuba

Scuba-diving incident

Fatality

Whether or not there was a fatality

Injury

Whether or not there was an injury

Examples

Run this code
# NOT RUN {
combinations = sharks[,c(1,3:5,8)]
vennplot(combinations = combinations)
# }

Run the code above in your browser using DataCamp Workspace