stopIsoplotR {IsoplotRgui}R 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)


[Package IsoplotRgui version 6.2 Index]