| launch | R Documentation |
Opens an interactive 'shiny' GUI for building and exploring 'earth' (MARS-style) models. The application provides data import, variable configuration, model fitting, result visualization, and report export.
launch(port = 7878L, ...)
port |
Integer. Port number for the Shiny app. Defaults to 7878. A fixed port ensures browser localStorage (saved settings) persists across sessions. |
... |
Additional arguments passed to |
This function does not return a value; it launches the Shiny app.
if (interactive()) {
launch()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.