Reasonable comment
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3963 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
ac4699a650
commit
d3bebe0f2c
|
|
@ -124,6 +124,7 @@ plotClusters <- function(d.known, d.novel, d.loci, c, ann1, ann2, filename, maxV
|
||||||
mult2 = c[[1]]$conversions[[cindex2]]$multiplier;
|
mult2 = c[[1]]$conversions[[cindex2]]$multiplier;
|
||||||
off2 = c[[1]]$conversions[[cindex2]]$offset;
|
off2 = c[[1]]$conversions[[cindex2]]$offset;
|
||||||
|
|
||||||
|
# todo -- should only include min/max actually observed if bounds are bigger than actual distributions
|
||||||
xvalsForLims = c(-5, 5)
|
xvalsForLims = c(-5, 5)
|
||||||
yvalsForLims = c(-5, 5)
|
yvalsForLims = c(-5, 5)
|
||||||
#xvalsForLims = (d.known[,index1] - off1)/mult1
|
#xvalsForLims = (d.known[,index1] - off1)/mult1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue