Template for figure questions
Template for figure questions
wq_figure(output = "explain the figure here", figure = "sourcefile.R", figure_type = "new")
output |
Text that is displayed to the user. |
figure |
An R script that produces a figure that is displayed in the R plotting window. |
figure_type |
Either |
## Not run: # While writing a new lesson by hand just use: wq_figure() # If converting from another format to a swirl course you may want to sue the # API: wq_figure("Here we can see the curve of the normal distribution.", "normalplot.R", "new") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.