Produce Lorenz plot of hitscores
plot_lorenz(hs, col = NULL, counts = NULL)
| hs | dataframe of hitscores. |
|---|---|
| col | vector of group colours. Uses |
| counts | optional vector of counts corresponding to each source. If specified, the y-axis is in terms of total counts found, rather than total sources found. |
The hs object is obtained from the get_hitscores() function.