plotsm: Plot scatter smooth plots for a data.frame

Description Usage Arguments Examples

View source: R/plotsm.R

Description

Plotting scatter smooth plots for a data.frame, with name, number and labels.

Usage

1
plotsm(x,dependent,c,l)

Arguments

x

:a dataframe

dependent

:the dependent variable

c

:is there dummy variable in the data.frame; c = 0 when there is none; c = 1 when there is

l

: number of labeling starts at (default = 1)

Examples

1
# plotsm(JPM-ratios,"price"",0,20)

Example output



FinAna documentation built on May 2, 2019, 2:51 p.m.

Related to plotsm in FinAna...