showpar
Function that exemplifies the interpretation of location and scale parameters
Arguments
- gui
character argument. The options are: "rstudio"
(default) and "tcltk"
.
Value
showpar
returns an interactive plot.
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.
Examples
# Loading package
library(leem)
if (FALSE) { # \dontrun{
showpar()
} # }