Description Usage Arguments Value Examples
View source: R/chapter5_functions.R
Plots a scatterplot.
1 | stata_graph(x, y, dataset)
|
x |
|
y |
|
dataset |
|
scatterplot
1 2 3 4 5 6 | stata_graph(caschool$enrl_tot, caschool$teachers, caschool)
stata_graph(mtcars$cyl, mtcars$cyl, mtcars)
## Not run:
stata_graph(enrl_tot, teachers, caschool)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.