Description Usage Arguments Details Author Examples
View source: R/observation_hist.R
This function will allow the user to visualise the histogram of observations in function of distance class.
| 1 2 3 | observation_hist(dataset, count, dist.class, keep.class, breaks,
  color = "white", ungroup = F, rescale = 1, Type = c("Line",
  "Point"))
 | 
| dataset | A  | 
| count | which column in the data.frame hold the information for the cluster size. | 
| dist.class | which column in the data.frame hold the information for the distance class. | 
| keep.class | which class of observations should be used for the analysis. | 
| breaks | what are the intervals for the distance analysis. | 
| color | fill color for the bars | 
| ungroup | will plot the Count histogram instead of the group histogram if TRUE | 
| rescale | set the height of the first bin | 
| Type | Type of transect | 
Make a histogram of the observations in function of the distance class
Christian Roy
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.