search for: top1

Displaying 9 results from an estimated 9 matches for "top1".

Did you mean: top
2019 Jun 14
1
Update 4.10.2 to 4.10.4: Cant create files in subdirectorie anymore
...nfig samdom:backend = rid idmap config *:range = 10000-19999 idmap config * : backend = tdb case sensitive = No map acl inherit = Yes preserve case = No short preserve case = No vfs objects = acl_xattr [john] #admin users = samdom\administrator comment = admin share kernel share modes = No path = /top1/share read only = No vfs objects = glusterfs glusterfs:loglevel = 1 glusterfs:logfile = /glusterfs/glusterfs-gv0.log glusterfs:volume = gv0 ##################### #### permissions #### ##################### [root at Cluster1-FS2 ~]# ls -la /glusterfs/top1/share/ drwxrwx---+ 2 administrator domain a...
2006 Sep 28
3
complex plots using layout()
...point? Following is the code I use. Any advice is greatly appreciated. ================================================================= x <- demog$age y1 <- demog$mji y2 <- demog$nles xhist <- hist(x, plot=FALSE) y1hist <- hist(y1, plot=FALSE) y2hist <- hist(y2, plot=FALSE) top1 <- max(c(xhist$counts, y1hist$counts)) top2 <- max(c(xhist$counts, y2hist$counts)) xrange <- range(x,na.rm=TRUE) y1range <- range(y1,na.rm=TRUE) y2range <- range(y2,na.rm=TRUE) def.par <- par(no.readonly = TRUE) par(mfrow=c(2,2)) nf <- layout(matrix(c(2,0,1,3),2,2,byrow=TRU...
2006 Aug 21
1
interpreting coxph results
...ates are insignificant (these are Wald, yes?), what do I make of that? I recognize the questions are partly R related and partly statistical (if there is a better place to post this please let me know). Call: coxph(formula = Surv(startt, stopt, rep(1, nrow(omfi))) ~ joof1 + topslope1 * top1 + I(early.angle/late.angle) + spac.cov + ave.angle + slopef.d + cluster(id) + strata(sequence), data = thedofile)) n= 174 coef exp(coef) se(coef) robust se z p joof1 -0.2755 7.59e-01 0.1590 0.2998 -0.919 0.36 topslope1...
2019 Jun 14
1
Update 4.10.2 to 4.10.4: Cant create files in subdirectorie anymore
...nsitive = No > > map acl inherit = Yes > > preserve case = No > > short preserve case = No > > vfs objects = acl_xattr > > > > [john] > > #admin users = samdom\administrator > > comment = admin share > > kernel share modes = No > > path = /top1/share > > read only = No > > vfs objects = glusterfs > > glusterfs:loglevel = 1 > > glusterfs:logfile = /glusterfs/glusterfs-gv0.log > > glusterfs:volume = gv0 > > > I don't know if this answers the whole of your problem but I find at > least the follow...
2008 Mar 03
1
X-Windows hangs while playing Tales of Pirates
Hi all, I have been playing the game Tales of Pirates with last patch (both freely downloadable from http://top1.igg.com/) for a while, and I didn't experience the troubles explained in AppDB. I play the game without sound and with minimal graphics. The problem is that after some time playing, my X hang and I can't even close session with Ctrl+Alt+Tab or change it with Ctrl+Alt+F1 . It happens at...
2010 Jul 01
4
possible to plot number line in R?
Hallo! Is there a possibility to plot a number line in R? I would like to display 3 different Intervals on the same number line. Ideally, it would be possible to add a name to each number (e.g. Interval 1, lower cut-off...and so on). I have not found a command for this. Thank you for your help. Julia [[alternative HTML version deleted]]
2006 Nov 30
3
newbie: new_data_frame <- selected set of rows
Hello, this is probably trivial but I failed to find this particular snippet of code. What I got: my_dataframe (contains say a 40k rows and 4 columns) distances (vector with euclidean distances between a query vector and each of the rows of my_dataframe) What I do: after scaling data my_dataframe I calculate distances. order them then extract top five hits my_dataframe <-
2008 Aug 11
3
Exporting a list of lists
I have a list List(Sku=" ", Shape=1, Scale=3, DayOfYear=daylist) Note: picture daylist as c(2,3,4,3) it is a list with variable length. Then I have a list of lists al <- c(al, List(List(Sku=" ", Shape=1, Scale=3, DayOfYear=daylist)) Note: same comment on daylist as above. So far this creates a list of lists just how I want it. If I do al[1] I get each member and the
2012 Aug 27
2
Font size in geom_dl (using ggplot2)
Hey everyone, I am an R-newby... so sorry for bothering you with simple-to-solve questions;) I have the following issue: trying to add labels to my scatterplots (with geom_dl in ggplot2). Everything works fine, but after checking every resource I do not find a way to change the font size of my labels. I tried size, cex, fontsize at every position... but it always stays the same. ggplot()+