Skip to contents

The ggsem app

The core of the package is within its shiny app. User can interactively create network and structural equation modeling diagrams.

ggsem()
Run ggsem (shiny app) locally through a browser

From ggsem app to ggplot2

After working with the app, users can save the data into CSV, and then convert them into a ggplot output. So, users can control fine details of the aesthetics using ggplot2 directly.

adjust_axis_range()
Adjust Axis Range of a Plot of a ggplot2 Plot
adjust_axis_space()
Adjust Surrounding White Space of a ggplot2 Plot
csv_to_ggplot()
Convert CSV Files (from ggsem Shiny App) to a ggplot Object
draw_annotations()
Draw Text Annotations to a ggplot Object
draw_lines()
Draw Lines on a ggplot Object from Line Data
draw_loops()
Draw Self-loop Arrows on a ggplot Object
draw_points()
Draw Points on a ggplot Object
get_axis_range()
Get axis range of a ggplot object
save_figure()
Save a ggplot Object with Adjusted Dimensions