scatterText: Character-based Scatterplot

Description Usage Arguments Author(s) Examples

Description

scatterText produces a character-based scatter plot, in which the points are represented by characters. This function supports various visual styles to render the plot.

Usage

1
scatterText(x, y, char.dim = 5, style = 1)

Arguments

x

the x coordinates of points in the plot.

y

the y coordinates of points in the plot,

char.dim

size of the plot in characters. Either a single number that defines the width and height or a vector of size two describing x and y size

Author(s)

Andreas M. Brandmaier

Examples

1
2
3
x <- rnorm(10)
y <- rnorm(10)
scatterText(x,y, char.dim=c(10,5))

brandmaier/textplot documentation built on May 13, 2019, 2:30 a.m.