Description Usage Format Source Examples
A data containing information about 900 borrowers. It is a modified version of publicly available real data.
1 |
A data frame with 100 rows and 3 variables:
A series of parameter a
A series of parameter b
A series of parameter c
https://github.com/riazakhan94/straightline
1 2 3 | data("example_data")
plot(example_data$a~example_data$b)
grid()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.