Commit 37753c11 authored by houyun's avatar houyun
Browse files

Merge branch 'master' of github.com:Hy4m/linkET

# Conflicts:
#	R/set-style.R
#	man/set_style.Rd
parents baa5af8c 2d46d4e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
#' ## use corrplot style
#' set_corrplot_style()
#' qcorrplot(mtcars) + geom_shaping(marker = "circle")
#' ## use custom colour palee
#' ## use custom colour palette
#' set_corrplot_style(colours = c("red", "white", "blue"))
#' qcorrplot(mtcars) + geom_shaping(marker = "circle")
#' ## use custom scale
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ Set default color pallete for \code{\link{qcorrplot}}.
## use corrplot style
set_corrplot_style()
qcorrplot(mtcars) + geom_shaping(marker = "circle")
## use custom colour palee
## use custom colour palette
set_corrplot_style(colours = c("red", "white", "blue"))
qcorrplot(mtcars) + geom_shaping(marker = "circle")
## use custom scale