showpar {leem} | R Documentation |
Interpretation of location and scale parameters
Description
showpar
Function that exemplifies the interpretation of location and scale parameters
Usage
showpar(gui = "rstudio")
Arguments
gui |
character argument. The options are: |
Details
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.
Value
showpar
returns an interactive plot.
Examples
# Loading package
library(leem)
## Not run:
showpar()
## End(Not run)
[Package leem version 0.2.0 Index]