由买买提看人间百态

topics

全部话题 - 话题: dotplot
(共0页)
p****l
发帖数: 3483
1
刚学,请大家不要笑话。这个我完全不懂,
Compare the dotplot to a histogram of the data. (Select all that apply.)
a:Dotplots show the frequency of individual data values.
b:The raw data can be retrieved from the dotplot, but not the histogram.
c:The dotplot and histogram both show a greater density from 280 to 340.
d:Histograms show the frequency of individual data values.
E:The raw data can be retrieved from the histogram, but not the dotplot
bd, abcd, acd, acde, bcd, cde, ace, ce, ade, de我选了都不对,实在不知怎么搞
了,网上搜了也没有说明... 阅读全帖
c****s
发帖数: 91
2
来自主题: Biology版 - 请问一个序列比对网站
听起来是dotplot,你google一下dotplot吧,或者先去wiki上看看有没有你说的那个
server的链
接。
http://en.wikipedia.org/wiki/Dot_plot_(bioinformatics)
F*P
发帖数: 3204
3
来自主题: Military版 - 图表显示印度和中国的差距
啊,dotplot,nice。。。
l*****k
发帖数: 587
4
俺是这样的:
xyplot(x~y, jitter.x=T, col=c("red", "green"), xlim=c("1", "2"))
boxplot(x~y, add=T)
问题是两个图是在一起, 但是轴,x, y, 不完全吻合, 只能说勉强可用。
试过把boxplot 放在panel里, 同样不行, 还比不上用 add=T
google did not give me a good solution either, there seems to have a
gplots package, but that seems to work only on linux
谢谢
f***a
发帖数: 329
5
没看懂,上图看看?
l*****k
发帖数: 587
6
Thanks.
seems it worked like this:
library(lattice)
bwplot(x~factor(y), data=X,
panel = function(x,y) {
panel.xyplot(x,y, pch=, jitter.x=T, factor=1.5)
panel.bwplot(x,y, horizontal=F, notch=T, fill=c("green", "
red"))
}
)
The issues now are:
1. fill is not transparent, so the dots in box region are covered.
2. I am not sure about the xyplot's col, when I give it col=c("red", "green"
),
it seems to color dots randomly, instead of based on groups in
(共0页)