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",
...
)
a theme object
Title font size
Font size for measurement variables
Font size for constructs
Font size for measurement model edges
Font size for path edges
Shape of reflective constructs
Shape of composite constructs mode A
Shape of composite constructs mode B
Direction of arrows of reflective constructs
Direction of arrows of composite constructs mode A
Direction of arrows of composite constructs mode B
Other parameters for the seminr_theme_create function