Frequency Line
This commit is contained in:
		
							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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user