-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathantaresViz-0.13.Rmd
54 lines (32 loc) · 1.3 KB
/
antaresViz-0.13.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
title: "antaresViz 0.13"
author: "Jalal-Edine ZAWAM"
date: "12 juin 2018"
output:
html_document:
number_sections: yes
toc: yes
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# Introduction
`antaresViz-0.13` is on CRAN. It includes new features. This document introduces some of them.
# Plot a stack for annual data
`prodStack()` and `exchangesStack()` can plot annual data.
![](inst/dataViz/annualData2.gif)
# Save a plot in PNG or HTML
Download a plot in PNG and integrate it into a PowerPoint. Currently, maps can only be downloaded in HTML.
![](inst/dataViz/saveAsPng2.gif)
# Plot several Monte Carlo years
`tsPlot` can now plot several variables for several Monte Carlo years.
![](inst/dataViz/tsMcSeveral.gif)
# Save time using aliases
Set an alias on plotMap to save time. `plotMap()` has a new argument `typeSizeAreaVars` to take into account all aliases set in `antaresViz`.
![](inst/dataViz/setAliasMap2.gif)
# Change the language from English to French
All parameters and captions have an equivalent in French.
![](inst/dataViz/changeTheLanguage2.gif)
# Ask for new features easily
From `antaresViz`, ask a new feature by clicking on github icon.
![](inst/dataViz/askANewFeature2.gif)