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
Thierry Feuillet
SpatialTreeP
Commits
c3026e52
Commit
c3026e52
authored
Dec 14, 2021
by
Thierry Feuillet
Browse files
index
parent
cc3910a5
Pipeline
#9438
passed with stage
in 30 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
index.Rmd
View file @
c3026e52
...
...
@@ -122,7 +122,7 @@ plot_ly(parcelles, x = ~shift) %>% add_histogram(marker = list(line = list(color
### **Distribution des quartiles**
```{r}
g <- ggplot(data = parcelles, aes(y=shift, x=shft
Qrt
)) +
g <- ggplot(data = parcelles, aes(y=shift, x=sh
i
ft
2
)) +
geom_violin(fill = "grey40", colour=NA) +
labs(y = "Variation altitudinale", x="Quartiles")
ggplotly(g)
...
...
index.html
View file @
c3026e52
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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