0

When I use GGally package the error(?) comes out.

For example when I run below chunck, the graph shows well but some printing comment also comes out.

```{r, fig.width=8, fig.height=6}
# Scatter matrix
ggpairs(liver, columns=1:6) +
  labs(title = "Scatter matrix of chemicals")
```

output

I cannot find any ways to delete this output part. Are there any ways to erase above plot: [m,n] [======] n% est: _s part?

Phil
  • 7,287
  • 3
  • 36
  • 66
  • 1
    Welcome to SO. You maximise your chance of getting a useful answer if you provide a minimal reproducible example. [This post](https://stackoverflow.com/help/minimal-reproducible-example) may help. – Limey Apr 28 '23 at 20:41
  • Try `ggpairs(liver, columns=1:6, progress=FALSE)` – MrFlick Apr 28 '23 at 20:46

0 Answers0