Skip to content

Commit eecfa2e

Browse files
committing lesson 2
1 parent 6b84332 commit eecfa2e

File tree

1 file changed

+0
-9
lines changed
  • 3-Data-Visualization/R/10-visualization-distributions

1 file changed

+0
-9
lines changed

3-Data-Visualization/R/10-visualization-distributions/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,6 @@ ggplot(data=birds_filtered_1,aes(x = MaxBodyMass, fill = Order)) +
154154
```
155155
![bodymass per order](images/bodymass-per-order.png)
156156

157-
You can also map the density of several variables in one chart. Text the MaxLength and MinLength of a bird compared to their conservation status:
158-
```r
159-
to be inserted
160-
```
161-
162-
![2d density plot]()
163-
164-
Perhaps it's worth researching whether the cluster of 'Vulnerable' birds according to their lengths is meaningful or not.
165-
166157
## 🚀 Challenge
167158

168159
Histograms are a more sophisticated type of chart than basic scatterplots, bar charts, or line charts. Go on a search on the internet to find good examples of the use of histograms. How are they used, what do they demonstrate, and in what fields or areas of inquiry do they tend to be used?

0 commit comments

Comments
 (0)