clear: Clear

clearR Documentation

Clear

Description

Functions to clear or erase items.

Usage

clg(x)

clm()

clc()

Arguments

x

Graphic handle(s)

Functions

clg

Clear graphics windows.

clm

Clear all variables from memory.

clc

Clear the R console.

Examples

# Clear graphics:
clg()
clg(grDevices::dev.list())

# Clear variables:
clm()

# Clear R console:
clc()


TobieSurette/gulf.utils documentation built on Dec. 1, 2024, 6:01 a.m.