plotsm {FinAna} | R Documentation |
Plot scatter smooth plots for a data.frame
Description
Plotting scatter smooth plots for a data.frame, with name, number and labels.
Usage
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
# plotsm(JPM-ratios,"price"",0,20)
[Package FinAna version 0.1.2 Index]