search for: lagesen

Displaying 20 results from an estimated 32 matches for "lagesen".

Did you mean: agesen
2008 Feb 18
3
tabulation on dataframe question
...s a certain condition ( equal to zero for instance). In this case, if the requirement was Distances == 0.2 Alpha Beta Alpha 1 2 Beta 2 0 This resulting table would be symmetrical. I hope I am able to convey what I would like, and TIA for your help! Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://folk.uio.no/karinlag
2007 Oct 01
3
"continuous" boxplot?
...goes from -1 to 1 and my y values from 0 to 1, so I?d like to plot the median and quantiles, and possibly also all of the outliers somehow. Are there any facilities in R for doing something like this, or would I need to do this the hard coded way? Thankyou very much for your help! Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://folk.uio.no/karinlag
2005 Sep 27
5
graphics guide?
..., and I seem to have to call plot.new() before every new plot command, I have however not found any explanation of what this actually does. ?plot.new does give an explanation, but it is explained in R, so to speak. Where do I find out what for instance a graphics frame is? Thanks, Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://www.cmbn.no/rognes/
2005 Oct 04
6
boxplot statistics
...t determine how long out the whiskers should go? Also, the boxplot.stats page talks about "hinges", what are those? "The two "hinges" are versions of the first and third quartile, i.e., close to 'quantile(x, c(1,3)/4)'." Thankyou very much. Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://www.cmbn.no/rognes/
2005 Sep 23
2
multifigure question
...s a, b, c, and I want to plot a$V1, b$V1 and c$V1 in separate plots simply using plot(), how do I put them next to each other? I am sorry if this is a FAQ, but I cannot understand what it says in the guide and the wonderful google couldn't turn up anything helpful either...:) Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://www.cmbn.no/rognes/
2005 Sep 23
2
multi-class histogram?
...ram where all of the values are used to calculate each column. But, I want each column split in three, where the size of each coloured area represents the proportions of the values in that column that comes from each of the three classes. Do you have any tips on how I do this? Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://www.cmbn.no/rognes/
2011 Mar 29
3
producing histogram-like plot
...in. I.e, in this case I would like the first bin, 0.0, to have the value 17, the second, 0.1, to have the value 0 and so on, until the last bin which has the value 15. I am sadly uncertain of both how to sum these together, and also on which plot type to use. Thanks in advance! Karin -- Karin Lagesen, Ph.D. Centre for Ecological and Evolutionary Synthesis (CEES) University of Oslo, Dept. of Biology P.O. Box 1066 Blindern 0316 Oslo, Norway Ph. +47 22844132 Fax. +47 22854001 Email karin.lagesen at bio.uio.no http://folk.uio.no/karinlag
2008 Feb 26
1
combine vector and data frame on field?
...tsuPIDCount corresponds to the field called PID in the data frame. Any hints on how to do this? cbind just adds the vector onto the end, and I couldn't quite figure out if I could somehow say that the level should correspond to the PID. Thanks a lot for your helpin advance:) Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://folk.uio.no/karinlag
2007 Sep 19
2
function on factors - how best to proceed
...ce(gctable)) I am uncertain of how to proceed. Should I deconstruct the data frame within the function, or should I get just the numbers out of the factors and input that into the function? Or is my solution way off from how things are done in R? Thankyou very much for your help! Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://folk.uio.no/karinlag
2008 Apr 22
2
cloud plot has white(transparent?) background
...ris$Species))))) Now, in the example on the webpage this comes out with a nice gray background that makes things easier to see. Mine comes out with a white, potentially transparent background and also the point colors have changed. How do I get the nice gray color back? Thanks! Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://folk.uio.no/karinlag
2005 Sep 28
1
boxplot and xlim confusion?
...1 ,elsustart$V1 ,etsustop$V1 ,etsustart$V1 ,col=c("lightblue","orange","lightblue","orange","lightblue","orange") ,horizontal = TRUE, main="EUK", xaxs = "i") Karin (sorry if you're getting sick of me..:)) -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://www.cmbn.no/rognes/
2005 Oct 26
2
horizontal violin plots?
...e willing to take the horizontal option. Is this correct, or am I just bungling it somehow? For instance, for vioplot (from the example shown, with the horizontal modification): > vioplot(bimodal,uniform,normal, horizontal=TRUE) Error in median(data) : need numeric data > Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://www.cmbn.no/rognes/
2009 Apr 15
1
performing function on data frame
...351 4 D 1.2621797 1.2996500 5 E 0.6021728 0.5027095 > >From this I want to get a new data frame which contains the z scores based on the values found in each row. For instance for element [C,y], I would like to calculate (-0.3602656 - mean(column y)/stddev(column y)). Thanks! -- Karin Lagesen, Ph.D. karin.lagesen at medisin.uio.no http://folk.uio.no/karinlag
2008 Mar 10
1
hclust graphics - plotting many points
...asing the heigth and/or width and also downscaling the pointsize. None of these improved anything much. So, now I am wondering if any of you have any tips for how I can get something like I get in the x11() window which I can also store and potentially show other people. Thanks! Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://folk.uio.no/karinlag
2007 Oct 11
1
creating summary functions for data frame
...ance, how could I get a table with grp as rows down the right, feature on the top, and a count of each kind of feature within each grp? I realize that this is probably pretty easy to do, but I do not know enough R yet to know which words to look for in the mail archives...:) TIA, Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://folk.uio.no/karinlag
2008 Jan 22
2
contingency table on data frame
...give me this: Yes 3 # Yes has these ys: 4,3,1,4, two are the same, ergo 3 No 3 # No has these ys: 1,4,5 Perhaps 2 # Perhaps has these ys: 2,4,2 My dataframe has lots of other colums too, but I only want this information out. Thankyou for your help! Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://folk.uio.no/karinlag
2008 May 21
1
problems with data frames, factors and lists
...etting 38: In `[<-.factor`(`*tmp*`, ri, value = "more") : invalid factor level, NAs generated Now, this is a pain in the neck. How can I merge these lists to the data frame and still have the value $twogrp as a factor? Thanks, and I hope my code makes some sense! Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://folk.uio.no/karinlag
2010 Nov 10
1
plotting histograms/density plots in a triangular layout?
...7x7 ) I would like to have them placed in a triangular shape, like this: 1 x 2 x x 3 x x x 1 3 3 where the Xes represent where I want plots, and the 1,2,3 represent the legends. I have seen similar plots done by R, so I know it is possible, but the question is how :D TIA, Karin -- Karin Lagesen, Ph.D. Centre for Ecological and Evolutionary Synthesis (CEES) University of Oslo, Dept. of Biology P.O. Box 1066 Blindern 0316 Oslo, Norway Ph. +47 22844132 Fax. +47 22854001 Email karin.lagesen at bio.uio.no http://folk.uio.no/karinlag
2007 Sep 25
5
Am I misunderstanding the ifelse construction?
...the changedir function, all of the gc_contents become negative. An I misunderstanding how to use the ifelse construct? And in that case, how should I go about doing this in a different way? Thankyou very much in advance for your help, and I hope that my question is not too banal! Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://folk.uio.no/karinlag
2006 May 29
1
variation on vioplot?
...l now been shown as vioplots with start deviation above the other, and I have had three groups within each vioplot. I would now like to have these two next to each other, each with their own zero point. Does anybody have any tips on how to achieve this? Any help much appreciated. Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://www.cmbn.no/rognes/