View source: R/theme_defaults.R
seminr_theme_smart | R Documentation |
A colored theme
A theme function for a modern approach of visualizing PLS models in b/w
seminr_theme_smart(
plot.title.fontsize = 24,
mm.node.label.fontsize = 8,
sm.node.label.fontsize = 12,
mm.edge.label.fontsize = 7,
sm.edge.label.fontsize = 9
)
seminr_theme_default(
plot.title.fontsize = 24,
mm.node.label.fontsize = 8,
sm.node.label.fontsize = 12,
mm.edge.label.fontsize = 7,
sm.edge.label.fontsize = 9,
construct.reflective.shape = "ellipse",
construct.compositeA.shape = "hexagon",
construct.compositeB.shape = "hexagon",
construct.reflective.arrow = "backward",
construct.compositeA.arrow = "backward",
construct.compositeB.arrow = "forward",
...
)
plot.title.fontsize |
Title font size |
mm.node.label.fontsize |
Font size for measurement variables |
sm.node.label.fontsize |
Font size for constructs |
mm.edge.label.fontsize |
Font size for measurement model edges |
sm.edge.label.fontsize |
Font size for path edges |
construct.reflective.shape |
Shape of reflective constructs |
construct.compositeA.shape |
Shape of composite constructs mode A |
construct.compositeB.shape |
Shape of composite constructs mode B |
construct.reflective.arrow |
Direction of arrows of reflective constructs |
construct.compositeA.arrow |
Direction of arrows of composite constructs mode A |
construct.compositeB.arrow |
Direction of arrows of composite constructs mode B |
... |
Other parameters for the seminr_theme_create function |
a theme object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.