r语言bonferroni校正 r语言geom_freqpoly qplot 的意思是quick plot,是属于ggplot2包的一部分,使用时需先加载包。 qplot参数: qplot(x, y = NULL, ..., data, facets = NULL, margins = FALSE, geom = "auto", xlim = c(NA, NA), ylim = c(NA, NA), log = "", main = NULL, xlab = depa...
1. qplot quick plot 数据集:diamonds (1)基本用法 eg library(ggplot2) length(diamonds) set.seed(1410)#设定种子数 dsmall<-diamonds[sample(nrow(diamonds),100),]#随机产生样本数 qplot(carat,price,data=diamonds)#画散点图 1. 2. 3. 4. 5. qplot(log(carat),log(price),data=diamonds) 1. col...
geo r语言 差异分析 r语言geom_freqpoly qplot 的意思是quick plot,是属于ggplot2包的一部分,使用时需先加载包。 qplot参数: qplot(x, y = NULL, ..., data, facets = NULL, margins = FALSE, geom = "auto", xlim = c(NA, NA), ylim = c(NA, NA), log = "", main = NULL, xlab = de...