create_lift_chart | R Documentation |
Internal function: Create lift-chart ggplot2 object
create_lift_chart(score, binary, prop, xlab, ylab, title)
score |
A vector inherits 'score' in 'ICLC' |
binary |
A vector inherits 'binary' in 'ICLC' |
prop |
A numeric inherits 'prop' in 'ICLC' |
xlab |
A character represents plot's x axis label |
ylab |
A character represents plot's y axis label |
title |
A character represents plot's title |
A ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.