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)


pvermees/IsoplotRgui documentation built on March 29, 2024, 4:27 a.m.