Learn R Programming

PMmisc (version 0.1.0)

fplot3ss: Scatter smooth plot with text overlay

Description

Generate a scatter plot with text overlay, with a smooth curve fitted by loess.

Usage

fplot3ss(x,y,txt,ce)

Arguments

x

: a numeric vector

y

: a numeric vector

txt

: a vector used as labels

ce

: text size, which default is set as 0.5

Examples

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

Run the code above in your browser using DataLab