IsoplotR: Start the 'IsoplotR' GUI

View source: R/IsoplotR.R

IsoplotRR 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 TRUE, runs as daemon.

Value

server object

Examples

IsoplotR()

IsoplotRgui documentation built on Nov. 10, 2023, 5:07 p.m.