|||
library(tidyverse)
library(pheno)
library(rkt)
library(cowplot)
x <- runif(100,min = -3,max = 3)
seqMK.series <- seqMK(x) %>% as.data.frame() %>%
mutate(date=seq_along(prog))
G <- ggplot(data = seqMK.series, aes(x = date, y = prog)) +
geom_line(color = "red") +
geom_line(aes(y = retr), color = "blue") +
geom_hline(yintercept = c(-1.96, 1.96), linetype = "dashed") +
labs(x="Date or Year",y= "Kendall's normalized tau's") +
cowplot::theme_cowplot(font_size = 8,line_size = 0.5)
G.list <- plot_grid(G,G,G,G,nrow = 2,labels = letters)
Taotao::preview.ggplot(G.list,width = 17,height = 12)
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2024-11-23 05:52
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社