showpar | R Documentation |
showpar
Function that exemplifies the interpretation of location and scale parameters
showpar(gui = "rstudio")
gui |
character argument. The options are: |
The result of the showpar()
call will interactively present a plot of the normal distribution showing the behavior of the location and scale parameters via RStudio. For showpar(gui = "tcltk")
the result will be displayed in a tcltk interface.
showpar
returns an interactive plot.
# Loading package
library(leem)
## Not run:
showpar()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.