Skip to content

Commit

Permalink
Merge pull request #15 from brianmsm/update-plot-factor-loadings-figures
Browse files Browse the repository at this point in the history
docs: update README with plot settings for clarity
  • Loading branch information
brianmsm authored Nov 12, 2024
2 parents 9ec0355 + 5b6f23f commit a2d4eae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ The exported document will have a clean and professional format that you can dir
You can visualize the factor loadings of your model with the `plot_factor_loadings()` function. This function creates a dot plot of standardized factor loadings, with the option to display confidence intervals for each loading.

```{r}
#| fig-dpi: 300
#| fig-width: 5
#| fig-height: 4.5
plot_factor_loadings(fit)
```

Expand Down
Binary file modified man/figures/README-unnamed-chunk-8-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a2d4eae

Please sign in to comment.