pl.3smoothtxt: Scatter smooth plot with text overlay

Description Usage Arguments Examples

View source: R/pl.3smoothtxt.R

Description

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

Usage

1
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

1

PMmisc documentation built on May 1, 2019, 9:57 p.m.

Related to pl.3smoothtxt in PMmisc...