Description Usage Arguments Value Examples
Make the deal transparent
1 |
a |
deal |
transparent deal
1 2 3 4 5 6 7 8 9 10 | a <- list(
data.frame(
x=c(5e5),
p=c(1)),
data.frame(
x=c(2.5e6, 5e5, 0),
p=c(0.1, 0.89, 0.01))
)
deal_make_transparent(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.