search for: diagramm

Displaying 18 results from an estimated 18 matches for "diagramm".

Did you mean: diagram
2011 May 07
1
venn diagramm
Dear all, I have a set of five datasets with string, for which I need to draw the venn diagram. there are tools available to draw venn diagram online, but limited to three sets. I can also generate venn for three from limma package, but do not know how to proceed with five subsets. Help me in drawing the same any script . Thank you Khush [[alternative HTML version deleted]]
2015 Dec 01
1
Package Dependency
...desiredPackages %in% installedPackages > install.packages(desiredPackages[!alreadyHave], + dependencies = c("Depends"), + lib = TARGETLIB) trying URL 'http://rweb.crmda.ku.edu/cran/src/contrib/DiagrammeR_0.8.1.tar.gz' Content type 'application/x-gzip' length 3438156 bytes (3.3 MB) ================================================== downloaded 3.3 MB trying URL 'http://rweb.crmda.ku.edu/cran/src/contrib/emplik_1.0-2.tar.gz' Content type 'application/x-gzip' length 19912...
2013 Feb 05
2
duplicate data
...pe.pdf") # Es wird nicht auf den Bildschirm gezeichnet, # sondern ein PDF-Dokument erstellt. zr <- range(290,220) # Hier wird der Bereich f?ur die z-Werte# festgelegt: plot(ylim = c(7.9, 8), # Der Bereich der Achsen wird definiert xlim = c(51.30, 51.4), x ~ y, # Es soll ein x-y-Diagramm werden sorpe, # Aufruf der x-, y-, z-Tabelle pch = NA) # Die Punkte f?ur die x-y-Wertepaare sollen unsichtbar sein (?NA?) sorpe.li <- interp(sorpe$x, sorpe$y, sorpe$z) # Hier werden die fehlenden Punkte interpoliert image(sorpe.li, # In das Diagramm wird ein Rasterbild aus den interpoli...
2005 Nov 11
1
Snow parLapply
...: 0.4-9 Rmpi is an interface (wrapper) to MPI APIs with interactive R slave functionalities. See `library (help=Rmpi)' for details. 2 slaves are spawned successfully. 0 failed. > lapply(list(a=as.data.frame(a),b=as.data.frame(b)),dudi.pca,scannf=F) $a Duality diagramm class: pca dudi $call: FUN(df = X[[1]], scannf = ..1) .. $b Duality diagramm class: pca dudi $call: FUN(df = X[[2]], scannf = ..1) .. > parLapply(mycluster,list(a=as.data.frame(a),b=as.data.frame(b)),dudi.pca,scannf=F) [1] "Error in FUN(X[[1]], ...) : couldn't find function \"...
2008 Oct 07
3
Automatic code diagramming for R?
Greetings - Is anyone aware of an automatic code diagrammer/flow chart creator that works for the R language (either a contributed package, or external software)? I need to explain some code structure of a package I'm working on to non-R users, and would find it extremely helpful to have such a program similar to, for example, Visustin ( http://www.a...
2009 Jan 24
1
Help with dudi.pca
...str(rownames(em3)) chr [1:37] "abov-belw" "ampl-rstr" "angl-rndd" "ascn-dscn" "asym- symm" "end-bgnn" ... Thus the 37 rownames in both are the same. Now I do a pca of op: > (op.dudi <- dudi.pca(op, scale = F, scan = F)) Duality diagramm class: pca dudi $call: dudi.pca(df = op, scale = F, scannf = F) $nf: 2 axis-components saved $rank: 5 eigen values: 0.09233 0.03109 0.01322 0.002024 0.0001017 vector length mode content 1 $cw 5 numeric column weights 2 $lw 37 numeric row weights 3 $eig 5 numeric eigen v...
2003 Oct 22
1
Filesystem panic
...kernel: fat_free: deleting beyond EOF Oct 22 04:02:20 yoda kernel: File system has been set read-only From the rsync error log, I can see that the filesystem becomes read-only, and that it begins to fail the synchronization task with mkstemp SAGER_igangvaerende/2003_07_Fremtidens_Uni/Fase_4/Diagrammer/Celletyper/ .Delecelle.psd.Rz49bM failed: Read-only file system Which is understandable. After doing this for a while, the error message changes to "Too many open files". And I suspect that this is what causes the machine to hang. Is there any way to configure rsync to abort execution...
2004 Dec 19
1
Can I calculate the area of a polygon?
...where id=1; id | koerper ----+--------------------------------- 1 | ((0,0),(0,2),(2,2),(3,3),(5,0)) (1 row) Now, I need to know the area of this object. Please, can you tell me, if it possible to use the installed plr - Language zu calculate the area? I have some experience to draw diagramms from Postgres via the R-language, but I'm a absolute novice to use R to solve problems like this. Regards, Andreas -- Diese Message wurde erstellt mit freundlicher Unterst??tzung eines freilau- fenden Pinguins aus artgerechter Freilandhaltung. Er ist garantiert frei von Micro$oft'sche...
2007 Jan 08
1
R scripts to plot Taylor Diagram
Dear All, Are there any existing scripts to plot Taylor Diagram (definition see http://www.ipsl.jussieu.fr/~jmesce/Taylor_diagram/taylor_diagram_definition.html ) ? Thanks a lot! Linda [[alternative HTML version deleted]]
2006 Apr 05
11
Managing a Rails project
Can someone point me to some good ideas about managing Rails development - like what would be a good way to document all the models and controllers and methods that might result if several people are prototyping on different parts of a system, and what might be a good structure for pushing back code into SVN as scaffolds are turned into real projects - that sort of thing. I''m
2012 Sep 22
2
Define 6.1 and 7.1 channel mappings
On Fri Sep 21 16:31:21 2012, Stephen F. Booth wrote: > 6.1: L R C LFE Ls Rs Cs (MPEG 6.1 A layout) I'm confused. WAV puts the rear centre before everything but 'Front left of center' and 'Front right of center'. Are you saying you prefer the extra front channels to to side/rear surround, or that you prefer the MPEG order to the WAVE order? -r
2012 Sep 23
0
Define 6.1 and 7.1 channel mappings
...n what you call these for 6.1. If you only have 7 speakers, the signals go to the surround speakers regardless, and if you have 8, the matrix should send the surround signals to both side and back speakers. I chose the 'Side' label over 'Back' based on the suggested ideal placement diagrammes at sites like crutchfield.com and dolby.com, and dolby's reference to the 'back surround' speakers in 7.1 as being the extra ones, not the side speakers. So the question is, how to choose between mapping surround to "side" and mapping it to "left". Can you elabora...
2011 Feb 10
1
color2D.maplot fixed color range
...quot;y",main=sprintf('Estimated %d',i),show.legend=FALSE,show.values=FALSE,border=NA,cellcolors=colcolor) all the plots get the same cell color in every cell which too far from correct. So do you know if it is possible with color2D.maplot or with other plotting technique to plot many diagrammes that use the same coloring scheme (values dynamically predetermined are matched to specific colors). I would like to thank you in advance for your help Best REgards Alex
2005 Mar 14
1
Significance of Principal Coordinates
...t;- vegdist(decostand(Data.random, "norm"), "euclidean") > PCoord.Eigen.random <- > dudi.pco(Chord.random,row.w=Weight.random,scann=F,full=T)$eig[1:nEigen] > PCoord.Eigen <- cbind.data.frame(PCoord.Eigen, PCoord.Eigen.random) > } > > # Plot scree diagramm with original eigenvalues and 95%-quantiles of > eigenvalues from randomized principal coordinate analysis > > plot(c(1:nEigen),PCoord.Eigen[,1],type="b") > lines(c(1:nEigen),apply(PCoord.Eigen[,-1],1,quantile,probs=c(0.95)),col="red") Christian Kamenik Institute...
2007 Feb 28
3
Newbie Planning Help
Excuse the ASCII diagramme - you will need a fixed width font to understand it. ------ ------- ------- ----- | A | ==> | NAT | === === | NAT | <== | B | ------ ------- | | ------- ----- -------------------...
2006 Jul 17
6
Nested functions
Hi there, I'm having myself a hard time writing an algorithm for finding patterns within a given melody. In a vector I'd like to find ALL sequences that occur at least twice, without having to check all possible patterns via pattern matching. I finally found a solution in a style that I'm used from C, i.e. calling one function from within another. GNU R doesn't seem to like that,
2012 Jan 30
1
about changing line type and line width in Taylor Diagram
Dear all, I am new to plotting Taylor Diagram using plotrix package within R, hence this post. I have written a script which plots Taylor Diagram with one reference and 7 model values. However the font size, line width and line type are not clear when saving the diagram as a jpeg file. I tried the functions lty, lwd and font but no apparent change. I am attaching the script here. Any help would
2006 Aug 03
12
More than one has_many :through association between the same 2 models
I wonder if you can have more than one has_many :through association between 2 models. For example... I have a model Teacher and a model Class Now, 1 Teacher works in many Classes, right?. So I need a join model like class Work < ActiveRecord::Base belongs_to :teacher belongs_to :class end But I also would like to know if a teacher CAN teach a class before I