Skip to content

Commit

Permalink
sup variables title now is controlled
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseCorCab committed Jun 14, 2024
1 parent 84ba3c2 commit 2c8286f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inst/templates/facto_miner.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,10 @@ FactoMineR::plot.PCA(pca_data, invisible = "quali" , title = "", label = "none",
FactoMineR::plot.PCA(pca_data, title = "")
```

#### **Representation of the variable contribution to the PCA axis 1 and 2**

```{r , echo = FALSE, warning =FALSE, message=FALSE, results = 'asis', eval = !is.null(numeric_factors)}
cat("#### **Representation of the variable contribution to the PCA axis 1 and 2**")
factoextra::fviz_pca_var(pca_data, axes = c(1, 2),select.var = list(name=numeric_factors), col.var="steelblue", title="") +
ggplot2::theme_minimal()
Expand Down

0 comments on commit 2c8286f

Please sign in to comment.