stopIsoplotR: Stop an 'IsoplotR' GUI

View source: R/IsoplotR.R

stopIsoplotRR Documentation

Stop an IsoplotR GUI

Description

Stop an IsoplotR GUI

Usage

stopIsoplotR(server = NULL)

Arguments

server

The server (returned by IsoplotRgui::IsoplotR()) to stop. If not supplied all servers will be stopped.

Examples


s <- IsoplotR()
stopIsoplotR(s)


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