Displaying 1 result from an estimated 1 matches for "qced".
Did you mean:
ced
2010 Jun 23
1
mhplot error with test example: "ylim not found"
...if(n.markers))
# to reduce size of the plot
# bitmap("mhtplot.bmp",res=72*5)
oldpar <- par()
par(las="2",cex=0.6)
colors <- rep(c("blue","green"),11)
mhtplot(test,colors=colors,pch=19,bg=colors)
title("A simulated example according to EPIC-Norfolk QCed SNPs")
When I run either of the examples the following results:
Error in mhtplot(........) : object 'ylim' not found
Even though I'm not sure why it would require this parameter, when I tried
to fill in the parameter (ylim = c(0,10)) the same error results. I am not
sure how to...