timeChunk: timeChunk

View source: R/timeChunk.R

timeChunkR Documentation

timeChunk

Description

create visuals to show how lesson breakdown into chunks

Usage

timeChunk(
  totTime,
  segLengths,
  destFolder = "assets/timeChunk/",
  prefix,
  Color = "#2c83c3",
  fadedColor = "#1A4E75",
  lineWidth = 7
)

Arguments

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

Value

NULL; saves timeChunk


galacticpolymath/GPpub documentation built on April 5, 2025, 6:04 p.m.