Description Usage Arguments Examples
Creates the second plot of the paper.
1  | plot2(DF_female, DF_migrant, DF_native, PDF)
 | 
DF_female | 
 females_relat  | 
DF_migrant | 
 migrants_relat  | 
DF_native | 
 natives_relat  | 
PDF | 
 a logical to return a PDF version of the plot  | 
1 2 3 4 5 6 7  | data(females_relat)
data(migrants_relat)
data(natives_relat)
plot2(DF_female = females_relat,
     DF_migrant = migrants_relat,
     DF_native = natives_relat, 
     PDF = TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.