timeChunk | R Documentation |
create visuals to show how lesson breakdown into chunks
timeChunk(
totTime,
segLengths,
destFolder = "assets/timeChunk/",
prefix,
Color = "#2c83c3",
fadedColor = "#1A4E75",
lineWidth = 7
)
totTime |
the total estimated time of |
segLengths |
lengths (in min) of procedural steps (format= c(x1,x2,x3)) |
destFolder |
where to save the output graph |
prefix |
add a prefix to graph names? |
Color |
color of current step bar graph fill color |
fadedColor |
color of prior, completed steps bar graph fill color |
lineWidth |
width of each bar in the graph |
NULL; saves timeChunk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.