search for: collaps

Displaying 20 results from an estimated 22 matches for "collaps".

Did you mean: collapse
2010 Mar 29
3
one way to write scripts in R
...[1]),",\"") # collect the rest of parts[i] following tmp[1] and the end.string (assumes end.string is only ever length 1) collap[(i-1)*2+1]=substr(parts[i],nchar(tmp[1])+1+(1-as.numeric(keepend)),nchar(parts[i])) } } text=pp("pp(\"",pp(collap,collapse=""),"\")") # sys.frame(-2) is necessary to get definitions from calling function before where we were defined. if (sys.nframe() > 1) { ftext=eval(parse(text=text),envir=sys.frame(-2)) } else { ftext=eval(parse(text=text)) } ftext...
2008 Jan 11
1
Possible bug in R 2.6.1 (PR#10565)
Colleagues, =20 In using the paste command I have to spell out the collapse option: =20 > paste(1:3,coll=3D"a") [1] "1 a" "2 a" "3 a" > paste(1:3,collapse=3D"a") [1] "1a2a3" =20 My understanding is that the abbreviation coll should be adequate. Actually, even collaps isn't enough: =20 paste(1:3...
2019 Feb 26
5
Improved Data Aggregation and Summary Statistics in R
Dear Developers, Having spent time developing and thinking about how data aggregation and summary statistics can be enhanced in R, I would like to present my ideas/efforts in the form of two commands: The first, which for now I called 'collap', is an upgrade of aggregate that accommodates and extends the functionality of aggregate in various respects, most importantly to work with
2003 Aug 17
2
collapse argument on paste
One gets a different response when abbreviating collapse= in paste? In the second case, it appears to be acting as if " + " is just another argument to be pasted. # expected response > paste(c("X","Y"),1:4,sep="",collapse=" + ") [1] "X1 + Y2 + X3 + Y4" # different! > paste(c("X&...
2012 Dec 16
3
xlim/ylim problem
...ts <- as.matrix(table_no_blast_hits) numerical2<-data.matrix(no_blast_hits, rownames.force = NA) All<-merge(numerical1, numerical2, all=TRUE) library(hexbin) bin<-hexbin(All, xbins=100) # The next line works pretty good, but there is one extrem artefact in the data, which let collaps all the data to a small area # plot(bin, main="All",colramp=function(n){heat.ob(n,beg=230,end=25)}) # So I tried to scale my yaxes, with the next line: #plot(bin, main="All",ylim=(0,15000), colramp=function(n){heat.ob(n,beg=230,end=25)}) # The following error messag...
2019 Feb 27
0
Improved Data Aggregation and Summary Statistics in R
Dear Sebastian, Initially I was a bit hesitant to think about yet another way to summarize data, but your illustrations convinced me this is actually a great addition to the toolset currently available in different R packages. Many of us have written custom functions to get the required tables for specific data sets, but this would reduce that effort to simply using the right collap() call. Like
2013 Jan 27
2
Unexpected behavior with abbreviation of an argument to paste
R 2.15.1 OS X Colleagues, I encountered the following unexpected behavior today: The following command yielded the expected result: paste(c("TEXT1", "TEXT2"), collapse="|") Result: [1] "TEXT1|TEXT2" However, abbreviating "collapse" by even one character: paste(c("TEXT1", "TEXT2"), collaps="|") yielded the following: [1] "TEXT1 |" "TEXT2 |" > My experience has been that one...
2001 Jan 11
1
lm variable name limit?
...es(y)[12:14] [1] "Log.SQLServer.Locks.RID.Lock.Wait" "Log.SQLServer.Lock" [3] "xxaa" > names(y)[12]<-"Log.SQLServer.Locks.RID.Lock.Wa" > my.formula<-as.formula(paste(paste("y$",names(y)[12:14],collapse="+",sep="") ,' ~ ',paste('x$"',names(x),'"',sep="",collapse="+"),"-1")) > lm(my.formula) Call: lm(formula = my.formula) Coefficients: x$\"1\" x$\"2\" x$\"3\" x$\"4\&qu...
2010 Aug 03
5
grep with search terms defined by a variable
Hi, I have a good grasp of grep() and gsub() for finding and extracting character strings. However, I cannot figure out how to use a search term that is stored in a variable when the search string is more complex. #Say I have a string, and want to know whether the last name "Jannings" is in the string. This is done by names=c("Emil Jannings") grep("Emil",names)
2019 Feb 27
0
Improved Data Aggregation and Summary Statistics in R
On 26/02/2019 8:25 a.m., Sebastian Martin Krantz wrote: > Dear Developers, > > Having spent time developing and thinking about how data aggregation and > summary statistics can be enhanced in R, I would like to present my > ideas/efforts in the form of two commands: > > The first, which for now I called 'collap', is an upgrade of aggregate that > accommodates and
2019 Apr 11
0
[RFC 0/3] VirtIO RDMA
...obing the device and doing > some basic ibverbs commands. Data-path is not yet implemented. So with this > one can expect only that driver is (partialy) loaded and basic queries and > resource allocation is done. > > One note regarding the patchset. > I know it is not standard to collaps patches from several repos as i did > here (qemu and linux) but decided to do it anyway so the whole picture can > be seen. > > patch 1: virtio-net: Move some virtio-net-pci decl to include/hw/virtio > This is a prelimenary patch just as a hack so i will not need to > impelemen...
2000 Dec 22
5
(HP-UX) scan: last line gets duplicated (PR#790)
The last line gets duplicated when a file is read like this: a <- scan(file=filename, what="", sep="\n", strip.white=c(TRUE), quiet=TRUE) (This error does not occur on Linux, the only other platform I tested.) Version: platform = hppa2.0-hp-hpux10.20 arch = hppa2.0 os = hpux10.20 system = hppa2.0, hpux10.20 Actually, all binaries are
2018 Jul 19
0
folders not visible on copied mail folders
...is > Dennis Email > Dennis Email.Deleted Items > Dennis Email.Deleted Items.Sent That means: Dovecot sees them, but your client is not. Are you absolutely sure the client is set to "display all folders"? Secondly, make sure Thunderbird rescans the folders. Sometimes you need to collapse *certain* levels and expand them. I mean, collaps the whole tree of the account, then expand it again, see if the triangle in front of Dennis Email appeared, tap there, a.s.o. I have a Thunderbird client, that for whatever reason I don't know, "forgets" about a certain hierarchie...
2018 Jul 20
2
folders not visible on copied mail folders
...nis Email.Deleted Items > > Dennis Email.Deleted Items.Sent > > That means: Dovecot sees them, but your client is not. > Are you absolutely sure the client is set to "display all folders"? > Secondly, make sure Thunderbird rescans the folders. Sometimes you need to > collapse *certain* levels and expand them. I mean, collaps the whole tree > of the account, then expand it again, see if the triangle in front of > Dennis Email appeared, tap there, a.s.o. I have a Thunderbird client, that > for whatever reason I don't know, "forgets" about a cert...
2004 Jun 07
1
Xtable giving an interesting problem
I'm using the current version of xtable for 1.9.0 and I have an interesting error: Error in match.names(clabs, names(xi)) : names don't match previous names: F value, Pr(>F) In addition: Warning message: longer object length is not a multiple of shorter object length in: clabs == nmi This is produced in the following manner: >data.trans <-
2018 Jul 19
3
folders not visible on copied mail folders
On Wed, 18 Jul 2018 07:23:06 +0200 Steffen Kaiser <skdovecot at inf.h-brs.de> wrote: > > On Tue, 17 Jul 2018, Mark Foley wrote: > > On Tue, 17 Jul 2018 08:06:24 +0200 Steffen Kaiser <skdovecot at inf.h-brs.de> wrote: > >> > >> On Mon, 16 Jul 2018, Mark Foley wrote: > >> > >>> We had a user quit recently. Three days ago I copied his
2018 Jul 20
0
folders not visible on copied mail folders
Shortly after this post, I found a solution here: http://forums.mozillazine.org/viewtopic.php?t=1097725 In order to see the .Dennis\ Email.Dennis\ Inbox sub-folder you have to collapse and re-expand the folder list in Thunderbird. It's that simple ... AND that annoyingly obscure! Thanks for your help! --Mark -----Original Message----- From: Mark Foley <mfoley at ohprs.org> Date: Thu, 19 Jul 2018 21:21:34 -0400 Organization: Ohio Highway Patrol Retirement System To: d...
2005 Jun 23
1
the dimname of a table
i have a data frame(dat) which has many variables.and i use the following script to get the crosstable. >danx2<-c("x1.1","x1.2","x1.3","x1.4","x1.5","x2","x4","x5","x6","x7","x8.1","x8.2","x8.3","x8.4","x11",
2019 Apr 15
4
[RFC 0/3] VirtIO RDMA
...; > some basic ibverbs commands. Data-path is not yet implemented. So with this > > one can expect only that driver is (partialy) loaded and basic queries and > > resource allocation is done. > > > > One note regarding the patchset. > > I know it is not standard to collaps patches from several repos as i did > > here (qemu and linux) but decided to do it anyway so the whole picture can > > be seen. > > > > patch 1: virtio-net: Move some virtio-net-pci decl to include/hw/virtio > > This is a prelimenary patch just as a hack so i will no...
2019 Apr 15
4
[RFC 0/3] VirtIO RDMA
...; > some basic ibverbs commands. Data-path is not yet implemented. So with this > > one can expect only that driver is (partialy) loaded and basic queries and > > resource allocation is done. > > > > One note regarding the patchset. > > I know it is not standard to collaps patches from several repos as i did > > here (qemu and linux) but decided to do it anyway so the whole picture can > > be seen. > > > > patch 1: virtio-net: Move some virtio-net-pci decl to include/hw/virtio > > This is a prelimenary patch just as a hack so i will no...