Skip to content

Commit

Permalink
update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
PhDMeiwp committed Jan 17, 2018
1 parent 4cb97aa commit a7c0f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Then upload your dataset including x and y data, for example

library(basicTrendline)

trendline(x,y,model="power3P", summary=TRUE, eDigit=3, ePos="bottom",linecolor="black")
trendline(x,y, plot=FALSE, model="power3P", summary=TRUE, eDigit=3, ePos="bottom",linecolor="black")

<img src="docs/images/power.png" width="490"/>

Expand Down

0 comments on commit a7c0f47

Please sign in to comment.