Displaying 4 results from an estimated 4 matches for "hx1".
Did you mean:
0x1
2012 Feb 24
1
Telling plot() the max y value to expect when plotting one distribution and then using lines() to add more distributions
...ncrements<- 100
x <- seq(-0.06, +0.06, length=no_of_increments)
##parameters for the plots of three distributions
mx<- c(1.95, 18.35,1.93)
nux<- c(0.08,-1.02,0.25)
locationx<- c(0.0048,-0.00254,0.00189)
scalex<- c(0.0115,0.082187,0.026675)
## calculate probability density function
hx1<- dpearsonIV(x,m=mx[1],nu=nux[1],location=locationx[1],scale=scalex[1])
hx2<- dpearsonIV(x,m=mx[2],nu=nux[2],location=locationx[2],scale=scalex[2])
hx3<- dpearsonIV(x,m=mx[3],nu=nux[3],location=locationx[3],scale=scalex[3])
##calculate max of each distribtion
maxhx1<- max(hx1)
maxhx2<...
2012 Jun 28
1
Merging listed dataset into one
...owNames: LT290677RU_D1_2011-02-16 LT286300LU_D1_2010-07-24 ...
LT003990RU_D1_2010-11-04 (59 total)
varLabels: sampleID tissue ... Annotation (5 total)
varMetadata: labelDescription channel
featureData: none
experimentData: use 'experimentData(object)'
Annotation: pd.feinberg.hg18.me.hx1
$v1.1
TilingFeatureSet (storageMode: lockedEnvironment)
assayData: 2197815 features, 17 samples
element names: channel1, channel2
protocolData
rowNames: LT282562RM_D1_2010-11-22 LT280646RU_D1_2010-11-22 ...
LT093297LU_D1_2010-11-12 (17 total)
varLabels: filenamesChannel1 filenamesChan...
2013 Jul 17
1
Missing syslinux utility in zip?
...01 and below have it , why has it been removed? All the online helps start with this criteria !
No mention anywhere why its been removed, can only assume its been missed big style.
Lambert Roper & Horsfield Limited
The Old Woolcombers Mill, 12-14 Union Street South, Halifax, West Yorkshire, HX1 2LE
Tel: +44 (0)1422 360788 Fax: +44 (0)1422 380201 Web: WWW.LRH.CO.UK
Registered to carry on audit work and regulated for a range of investment business activities by the Institute of Chartered Accountants in England and Wales. Registered in England,Company Registration Number 4119910.
IMPORTANT...
2012 Jun 27
3
qplot and colors (Please Help)
Please help:
I am using qplot as below and want to specify a different color scheme for race but dont know how, can someone show me.
Thanks in advance
Code and input file below:
library(ggplot2)
library(gridExtra)
d<-read.table("results", header=TRUE, fill=TRUE)
plot2<-qplot(X,Y,data=d,color=race,facets=TYPE~., xlab="X", ylab="Y") + theme_bw()