plt_no_labels: ggplot2: Removal of all labels

plt_no_labelsR Documentation

ggplot2: Removal of all labels

Description

Removal of all labels from a ggplot2 plot.

Usage

plt_no_labels

Format

An object of class labels of length 6.

Value

A ggplot2 object.

Examples


library(ggplot2)

plot <-
  ggplot(mtcars,aes(hp,drat))+
  geom_point()

plot

plot + plt_no_labels


vbfelix/relper documentation built on Jan. 28, 2025, 12:15 p.m.