View source: R/candidate_functions.r
hbb | R Documentation |
hbb plots the hours by year by block
hbb(ind, sau = "block", legloc = "topright", hours = "hours", year = "year")
ind |
the input data.frame or matrix |
sau |
the column name of the block variable default = "block" |
legloc |
the location of the legend defaults to "topright", could be "topleft", "bottomleft", or "bottomright" |
hours |
the column name of the effort variable default = "hours" |
year |
the column name of the year variable default = "year" |
invisibly a matrix of effort(hours) by year by block
## Not run:
ind=abd2;legloc="topright";block="block";hours="hours";year="year"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.