Corrección commit coeficiente correlación.

This commit is contained in:
Costa
2022-02-08 12:55:39 +01:00
parent 69d5674814
commit 6a0501eb71
+1
View File
@@ -134,3 +134,4 @@ Finally, you can show only the upper part or the lower part of the specular matr
```{r, fig.width=5, fig.height=4} ```{r, fig.width=5, fig.height=4}
ggcorrplot(df, var = "Cyt", value = "Value", color = "black", tri="lower") ggcorrplot(df, var = "Cyt", value = "Value", color = "black", tri="lower")
```