Commit 4c7f4f82 authored by houyun's avatar houyun
Browse files

update readme

parent 2b8678be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ You can install the released version of `linkET` from [GitHub](https://github.co

``` r
# install.packages("devtools")
devtools::install_github("Hy4m/linkET")
devtools::install_github("Hy4m/linkET", force = TRUE)
packageVersion("linkET")
```
## Example
+1 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ You can install the released version of `linkET` from

``` r
# install.packages("devtools")
devtools::install_github("Hy4m/linkET")
devtools::install_github("Hy4m/linkET", force = TRUE)
packageVersion("linkET")
```

@@ -115,7 +115,6 @@ library(ggplot2)
matrix_data(list(mtcars = mtcars)) %>% 
  hyplot(aes(fill = mtcars)) +
  geom_tile()
#> 载入需要的名字空间:ggtext
```

<img src="man/figures/README-heatmap-1.png" width="100%" />
+14 B (64.4 KiB)
Loading image diff...
+11 B (106 KiB)
Loading image diff...
−1 B (38.4 KiB)
Loading image diff...
Loading