pl.3smoothtxt {YRmisc}R Documentation

Scatter smooth plot with text overlay

Description

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

Usage

pl.3smoothtxt(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

pl.3smoothtxt(mtcars[,1], mtcars[,3], row.names(mtcars))

[Package YRmisc version 0.1.6 Index]