IsoplotR {IsoplotRgui} | R Documentation |
Start the IsoplotR
GUI
Description
Opens a web-browser with a Graphical User Interface (GUI) for the
IsoplotR
package. An online version of the same interface is
provided at https://www.ucl.ac.uk/~ucfbpve/isoplotr/
Usage
IsoplotR(
host = if (daemonize) "0.0.0.0" else "127.0.0.1",
port = NULL,
timeout = Inf,
daemonize = !is.null(port)
)
Arguments
host |
IP address of the virtual server, default is 0.0.0.0 |
port |
Internet port of the virtual server. If not defined, a random free port will be chosen and the browser will be opened to show the GUI. |
timeout |
How long (in wall-clock time) an operation may take before returning with a timeout error. Default: no limit. |
daemonize |
logical. If |
Value
server object
Examples
IsoplotR()
[Package IsoplotRgui version 6.2 Index]