Commit 03f586ea authored by houyun's avatar houyun
Browse files

rebuild readme

parent 2d5494eb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -129,6 +129,12 @@ qcorrplot(correlate(varechem), type = "lower", diag = FALSE) +
         fill = guide_colorbar(title = "Pearson's r", order = 3))
```

## pairs plot

```{r}
qpairs(iris) + geom_pairs()
```

## network

```{r}
+9 −1
Original line number Diff line number Diff line
@@ -222,6 +222,14 @@ qcorrplot(correlate(varechem), type = "lower", diag = FALSE) +

<img src="man/figures/README-mantel-1.png" width="100%" />

## pairs plot

``` r
qpairs(iris) + geom_pairs()
```

<img src="man/figures/README-unnamed-chunk-2-1.png" width="100%" />

## network

``` r
@@ -230,4 +238,4 @@ correlate(mtcars) %>%
  plot(layout = layout_with_circular)
```

<img src="man/figures/README-unnamed-chunk-2-1.png" width="100%" />
<img src="man/figures/README-unnamed-chunk-3-1.png" width="100%" />
+1.07 KiB (69.3 KiB)
Loading image diff...
+68.2 KiB
Loading image diff...