Hello, I was trying to use pcadapt for my snp data. Is there any way to write a customized title of the pca plot.
x1321 <- read.pcadapt(bed_r1321, type = "bed")
x1321 <- pcadapt(input = x1321, K = 20)
plot(x1321, option = "scores", pop = pop_code)
This give us a figure with a title 'Projection onto PC1 and PC2'. Is it possible to write/add other text as title of the figure. I have tried 'main', 'text', 'title' arguments but nothing works. Best, Zillur
Hello, I was trying to use pcadapt for my snp data. Is there any way to write a customized title of the pca plot.
This give us a figure with a title 'Projection onto PC1 and PC2'. Is it possible to write/add other text as title of the figure. I have tried 'main', 'text', 'title' arguments but nothing works. Best, Zillur