Learn R Programming

explore (version 0.8.0)

plot_text: Plot a text

Description

Plots a text (base plot) and let you choose text-size and color

Usage

plot_text(text = "hello world", size = 1.2, color = "black")

Value

Plot

Arguments

text

Text as string

size

Text-size

color

Text-color

Examples

Run this code
plot_text("hello", size = 2, color = "red")

Run the code above in your browser using DataLab