Skip to content

Commit b416504

Browse files
authored
update README.md
1 parent 2994f1d commit b416504

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ devtools::install_github("anacv/plotFun")
1616
```
1717

1818
The following plotting functions are available:
19-
\itemize{
20-
\item \code{plotFun.stn}: Plot a map of stations.
21-
\item \code{plotFun.grid}: Plot a map of a regular grid.
22-
\item \code{plotFun.ts}: Plot time series with or without temporal aggregation.
23-
\item \code{plotFun.kde2d.hist}: Plot a 2D Kernel density plot with the histograms of the marginal distributions.
24-
\item \code{plotFun.heat}: Plot heat index as a function of the input variables.
25-
}
26-
See e.g. \code{?plotFun.stn} for examples.
19+
* ```plotFun.stn```: Plot a map of stations.
20+
* ```plotFun.grid```: Plot a map of a regular grid.
21+
* ```plotFun.ts```: Plot time series with or without temporal aggregation.
22+
* ```plotFun.kde2d.hist```: Plot a 2D Kernel density plot with the histograms of the marginal distributions.
23+
* ```plotFun.heat```: Plot heat index as a function of the input variables.
24+
25+
See e.g. ```?plotFun.stn``` for examples.
2726

2827

2928
### Reference and further information:

0 commit comments

Comments
 (0)