Description Usage Arguments Value See Also Examples
Generates the IDs of criminals responsible for a set of solved crimes using
the information in offenderTable
.
1 | getCriminals(crimeID, offenderTable)
|
crimeID |
crimeID(s) of solved crimes. |
offenderTable |
offender table that indicates the offender(s) responsible
for solved crimes. |
Vector of offenderIDs responsible for crimes labeled crimeID
.
1 2 3 4 5 6 7 | data(offenders)
getCriminals("C:1",offenders)
getCriminals("C:78",offenders) # shows co-offenders
getCriminals(c("C:26","C:78","85","110"),offenders) # all offenders from a crime series
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.