Theme options for markmap creation
markmapOption(
preset = NULL,
nodeHeight = 20,
nodeWidth = 180,
spacingVertical = 10,
spacingHorizontal = 120,
duration = 750,
layout = "tree",
color = "gray",
linkShape = "diagonal",
renderer = "boxed",
...
)A list of settings for mind map widget.
the name of built-in theme for markmap. If present, any other parameters will be ignored.
the height of nodes in the markmap.
the width of nodes in the markmap.
space of vertical.
space of horizontal.
duration time for animation.
layout mode of markmap. Currently, only 'tree' is accepted.
color of markmap. A character color value ,either 'gray' or a categorical colors including 'category10','category20','category20b' and 'category20c'.
link shape of markmap. A character value, either 'diagonal' or 'bracket'.
rendered shaped of markmap. A character value ,either 'basic' or 'boxed'.
other options.
This function is adapted from the Rmarkup package.
Currently, markmap have 'default' and 'colorful' themes.