Displaying 1 result from an estimated 1 matches for "gdatafr".
Did you mean:
datafr
2012 Feb 20
2
Help on lattice barchart ploting
...EEE 10.345 2/2
FFF 23.214 2/2
FFF 53.571 2/1
FFF 23.214 1/1
GGG 46.552 1/1
GGG 44.828 1/2
GGG 8.621 2/2
HHH 65.517 2/2
HHH 32.759 2/1
HHH 1.724 1/1
Following is the code which I have written to get the plot.
barchart(Genotype~Freqs | RsID, data=gDataFr,layout=c(4,6),
main="Genotype Frequency",
ylab="Genotype", xlab="Frequency",
scales=list(x=list(alternating=c(1, 1, 1))),
panel=function(x,y,...){
panel.fill(col="white")...