Frequency Line
parent
6e3788817e
commit
3ae01d771f
|
@ -433,6 +433,12 @@ qqline(age)
|
|||
|
||||
### Historam for age {.tabset}
|
||||
|
||||
#### Frequency {-}
|
||||
```{r}
|
||||
hist(age, freq = F)
|
||||
lines(density(age), lwd = 2, col = "black")
|
||||
```
|
||||
|
||||
#### Auto Breaks {-}
|
||||
```{r}
|
||||
hist(age)
|
||||
|
|
Loading…
Reference in New Issue