File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,13 @@ devtools::install_github("anacv/plotFun")
1616```
1717
1818The 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:
You can’t perform that action at this time.
0 commit comments