Learn R Programming

IsoplotRgui (version 6.5)

stopIsoplotR: 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

Run this code
# \donttest{
s <- IsoplotR()
stopIsoplotR(s)
# }

Run the code above in your browser using DataLab