Skip to content

Commit

Permalink
added Travis CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
hzambran committed May 20, 2017
1 parent bcbe420 commit 18b1f3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hydroTSM
[![Research software impact](http://depsy.org/api/package/cran/hydroTSM/badge.svg)](http://depsy.org/package/r/hydroTSM)
[![Research software impact](http://depsy.org/api/package/cran/hydroTSM/badge.svg)](http://depsy.org/package/r/hydroTSM) [![Build Status](https://travis-ci.org/hzambran/hydroTSM.svg?branch=master)](https://travis-ci.org/hzambran/hydroTSM)

hydroTSM provides S3 functions for management, analysis, interpolation and plotting of time series used in hydrology and related environmental sciences. In particular, this package is highly oriented to hydrological modelling tasks.

Expand Down
5 changes: 3 additions & 2 deletions man/hydroplot.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,11 @@ sname2plot(EbroPPtsMonthly, sname="P9001", var.type="Precipitation", dates=1,
pfreq="ma")

## Plotting seasonal precipitation at station "P9001"
\dontrun{
par(mar=c(5.1, 4.1, 4.1, 2.1))

sname2plot(EbroPPtsMonthly, sname="P9001", FUN=sum, dates=1, pfreq="seasonal",
stype="default")
}

}
% Add one or more standard keywords, see file 'KEYWORDS' in the
% R documentation directory.
Expand Down

0 comments on commit 18b1f3e

Please sign in to comment.