@@ -12,42 +12,42 @@ output:
12
12
knitr::opts_chunk$set(echo = TRUE)
13
13
```
14
14
15
- ## Introduction
15
+ # Introduction
16
16
17
17
` antaresViz-0.13 ` is on CRAN. It includes new features. This document introduces some of them.
18
18
19
19
20
- ## Plot a stack for annual data
20
+ # Plot a stack for annual data
21
21
22
22
` prodStack() ` and ` exchangesStack() ` can plot annual data.
23
23
24
24
![ ] ( inst/dataViz/annualData2.gif )
25
25
26
- ## Save a plot in PNG or HTML
26
+ # Save a plot in PNG or HTML
27
27
28
28
Download a plot in PNG and integrate it into a PowerPoint. Currently, maps can only be downloaded in HTML.
29
29
30
30
![ ] ( inst/dataViz/saveAsPng2.gif )
31
31
32
- ## Plot several Monte Carlo years
32
+ # Plot several Monte Carlo years
33
33
34
34
` tsPlot ` can now plot several variables for several Monte Carlo years.
35
35
36
36
![ ] ( inst/dataViz/tsMcSeveral.gif )
37
37
38
- ## Save time using aliases
38
+ # Save time using aliases
39
39
40
40
Set an alias on plotMap to save time. ` plotMap() ` has a new argument ` typeSizeAreaVars ` to take into account all aliases set in ` antaresViz ` .
41
41
42
42
![ ] ( inst/dataViz/setAliasMap2.gif )
43
43
44
- ## Change the language from English to French
44
+ # Change the language from English to French
45
45
46
46
All parameters and captions have an equivalent in French.
47
47
48
48
![ ] ( inst/dataViz/changeTheLanguage2.gif )
49
49
50
- ## Ask for new features easily
50
+ # Ask for new features easily
51
51
52
52
From ` antaresViz ` , ask a new feature by clicking on github icon.
53
53
0 commit comments