Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UMR-ASTRE
Covid19-Mortality-Visualisation
Commits
0ef2791f
Commit
0ef2791f
authored
Jul 16, 2020
by
Renaud Lancelot
🌍
Browse files
Minor changes in the European analyis
parent
54b77a39
Pipeline
#15367
passed with stage
in 3 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Covid19MortalityEurope.Rmd
View file @
0ef2791f
...
...
@@ -1035,7 +1035,7 @@ identify clusters of countries sharing similar mortality patterns
(fig. \@ref(fig:pca)).
```{r pca, include=T, fig.height=7, fig.cap = cap}
```{r pca, include=T, fig.height=7,
out.width="80%",
fig.cap = cap}
cap <- paste0(
"Country clusters according to the features of their mortality pattern. ",
"A: eigen values of the principal component analysis (PCA); B: ",
...
...
@@ -1216,8 +1216,6 @@ for(i in seq_along(ocovmap3@data$class)){
ocovmap3$class[i] <- xclass
}
ocovmap3$name[3]
ocovmap3$class <- factor(ocovmap3$class)
num <- sprintf(seq(length(onam3)), fmt = "%02d")
...
...
@@ -1242,10 +1240,10 @@ spplot(ocovmap3, zcol = "class",
col.regions = colop,
xlim = e[1:2], ylim = e[3:4] + c(8e5, 0),
scales = list(draw = F),
key = list(corner = c(
0
,
0
),
key = list(corner = c(
1
,
1
),
background = "transparent",
x=.
00
5, y = .
00
5,
text = list(labs, cex = cex-.1)),
x=.
99
5, y = .
99
5,
text = list(labs, cex = cex-.1
5
)),
colorkey = list(space = "bottom",
height = .4, width = .8,
at = (1:(k+1)) -.5,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment