Learn R Programming

PMmisc (version 0.1.0)

fplot3: Scatter plot with text overlay

Description

Generate a scatter plot with text overlay. This plot is to better show the effect of the text variable in the domain of x and y variable.

Usage

fplot3(x,y,txt)

Arguments

x

: a numeric vector

y

: a numeric vector

txt

: a vector used as labels

Examples

Run this code
# NOT RUN {
fplot3(mtcars[,1], mtcars[,3], row.names(mtcars))
# }

Run the code above in your browser using DataLab