runGWmodelVis: Launch the interactive visualization application provided by...

View source: R/runGWmodelVis.R

runGWmodelVisR Documentation

Launch the interactive visualization application provided by GWmodelVis.

Description

Loads interactive user interface built using R 'shiny'.

Usage

runGWmodelVis(host = "127.0.0.1", port = NULL, launch.browser = TRUE)

Arguments

host

Specifies the IPv4 address on which the application should listen. If the shiny.host option is set, its value will be used; otherwise, the default is "127.0.0.1".

port

Defines the TCP port on which the application will listen. If no port is specified but the shiny.port option is set (e.g., via options(shiny.port = XX)), that port will be used; otherwise, a random port will be chosen.

launch.browser

If true, the system's default web browser will automatically launch once the application starts (this is the default behavior in interactive sessions). Alternatively, this parameter can be assigned a function that will be called with the application's URL as its argument.

Details

Provide users with an interactive, multi-dimensional visualization of the geographically weighted models, enabling them to explore spatial relationships and gain insights from multiple perspectives.

Value

No return value

Examples

    if(interactive()){
        runGWmodelVis()
    }

GWmodelVis documentation built on June 8, 2025, 1:13 p.m.