similar to: Horizontal grid in background of barplot

Displaying 20 results from an estimated 300 matches similar to: "Horizontal grid in background of barplot"

2012 Sep 03
2
Adding summary title to table
All, I have: x <- matrix(c(22,3,6,69,9,4,7,81,23,4,22,50),nrow=3,byrow=TRUE) rownames(x) <- c("Cold or flu","Headache","Backache"); colnames(x) <- c("Went to doctor","No response","Did nothing","Self-medicated") x <- t(x) print(x) 1. I'd like to add the title "Nutritional Status" above the column
2008 Aug 15
1
estimating the proportion without recurring ailment based on the nelson-aalen estimator
Dear useRs, I'm trying to estimate the proportion of individuals with a without a certain recurring ailment at several times points. The data are of the survival type, with "start"-"stop" dates and whether the individual had the ailment in that interval. Some cases are observed until database closure and some died or are lost to followup. The interest is not on death. I
2008 Oct 05
1
partial matching and dots?
I'm writing a new predict method and would like to be able to pass an argument called "se" via the "..." mechanism. However, predict has a "se.fit" argument that wants to interpret my specification of "se" as a partially matched version of se.fit. Surely there a standard treatment for this ailment, but I can't seem to find it. url:
2010 Jun 03
1
plot polar coordinates
Hi, I'd like to plot in in polar coordinates a line which is given as a vector of lengths and angles. library("plotrix")
2009 Oct 14
1
Beginning R help?
Hi all, I'm currently working through the "Beginner's Guide to R" (Zurr et al.) and I'm wondering about the first exercise in chapter 3: I imported the data from BirdFluCases.txt and executed the 'names' and 'str' functions as follows: Bird = read.table(file='C:\\rbook\\BirdFluCases2.txt', header=TRUE) names(Bird) [1] "Year"
2009 Oct 14
1
R neophyte question.
Hi all, I'm currently working through the "Beginner's Guide to R" (Zurr et al.) and I'm wondering about the first exercise in chapter 3: I imported the data from BirdFluCases.txt and executed the 'names' and 'str' functions as follows: Bird = read.table(file='C:\\rbook\\BirdFluCases2.txt', header=TRUE) names(Bird) [1] "Year"
2010 Oct 28
2
R and Matlab
Dear Group, I am looking for ways to use R and Matlab. Doing the data transformations in R and using the data in Matlab to analyze with some pre-defined scripts. Any good ways to transfer the data into matlab in its most recent version? I tried using R.matlab but the writeMat output is not readable by Matlab. I just need to output a data.frame and read it as is into matlab where I can do any
2007 Aug 02
1
New user help with plot.default
Hi - I'm just starting out with R and have come up against a problem with what should be a simple operation. I'm plotting a range of safety standards for 7 different chemicals. I don't want the standard box and whisker plot - I just a dot for each value. Whilst using "plot.default" I get the error "invalid xlim value" - which is confusing since using the same script
2006 May 22
0
horizontal, multi-level fly-out menu
Hello everyone, Did anyone of you ever create a horizontal javascript menu useing prototype (maybe plus scriptaculous). I am looking for a multilevel flyout menu. I saw that the Yahoo UI Library offers library controls for menus http://developer.yahoo.com/yui/menu/ but I would rather like to use prototype. TIA, Alex _______________________________________________ Rails-spinoffs mailing list
2006 Feb 27
1
Help!!! horizontal scroll doesn''t appear on the browser!!!
Hi, in my rhtml, I have two parts, the main part and a partial, the main part has a width almost the same, but the partial is much longer and width. when it happens. the vertical scroll appear correctly on the browser, but the horizontal scroll doesn''t appear on the browser, it appears instead on the partial render part, so I have to scoll down until the end of the partial, that use the
2005 Dec 22
1
Script.aculo.us horizontal slide effects
Does anyone have an example of the horizontal slide effects, contributed on the "effects treasure chest" page of the script.aculo.us wiki, working in an available site? I''m having some difficulty getting it to work properly. Also, I''m curious if anyone has built something like the horizontal scroll view as seen in iTunes or zazzle.com, where buttons on the
2004 Aug 04
1
Horizontal color bar in filled.contour()
Hello. I was wondering if it is possible to put the color bar (key) on the bottom of the graph, like the "horizontal" toggle in image.plot, rather than on the right side. Does anyone know if this is possible? --jenny
2011 May 11
1
Re: Horizontal scrolling on mac
> No, windows knows nothing about horizontal scrolling. It works as a hack by mouse drivers. Not strictly true - the WM_MOUSEHWHEEL message is (or should be, according to MSDN) implemented for Vista and Win 7. This is supposed to supersede the Intelliwheel hack of XP and Win2k. But no, it doesn't work on the Mac...
2008 May 21
0
Displaying horizontal abline levels and controlling object opacity
> Hi, > > I am plotting time series data, then using abline to draw a horizontal > line through the graph (for mean, etc). I would like to be able to > display the level at which the abline is drawn on either the left > (main) > Y axis or a supplemental right Y axis. > > Additionally, I would like to display 1 and 2 standard deviations of a > certain measure
2008 Aug 14
1
ggplot2: remove minor-horizontal guide before drawing
Hi, I want to remove minor-horizontal and minor-vertical lines from a plot generated with ggplot2. I can do this after the plot has been drawn using grid.gremove. However, I would like to do it before drawing my plot. The ggplot2 book refers to a ggplotGrob function which creates a grob from a plot but this function doesn't seem to exist in ggplot2 0.6. Is there another way to do it?
2010 Nov 30
0
log-normal centile on horizontal axis
I am having problems trying to get R to graph data input that is log-normal on the horizontal axis like the example I have attached and is also below. The data is log (base 10), and I am more interested in viewing the tails of the distribution. The closest I can get with this is log on the vertical axis and linear on the horizontal axis. This is what I have so far: plot(x,y,type="l",
2008 May 13
0
add horizontal line "(ABLINE(V=))" to xyplot lattice
> In a lattice plot like this: > > win.graph() > xyplot(tmx~frequ|as.factor(as.numeric(spf)),groups=as.factor(blm), > data=tmx,type="l",pch=16,xlab="frequency (N)",ylab="Area held (ha)", > auto.key=list(blm,points=F,lines=T,title="Blm factor",cex.title=0.7, > cex=0.7,corner=c(1,1)),main="Mangroves target=1573ha",layout=c(2,3))
2007 Aug 10
1
very slow horizontal scrolling
My application has horizontal scrolling text. Under WINE it is very slow. Like a pixel per second. I presume its slow as these messages print on screen: fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x8a0020) : stub, simulating 64MB for now, returning 64MB left fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x1fbff8)->((nil),00000008) fixme:ddraw:IDirectDrawImpl_GetScanLine
2008 Oct 28
1
acf(): meaning of the blue horizontal lines
Hello, what are they meaning? It could be something that would show a threshhold above which the result is indicating different meanings then just random noise. But there is no description on the definition of those lines, so it means nothing, if it is not clearly defined. Where can I find a detailed definiton? Ciao, Oliver
2013 May 12
1
How to center a horizontal legend with specified 'text.width'
Hello dear list, I just cannot figure out how to do this and didn't find a solution for my specific problem. I want to place a centered horizontal legend between 4 plots. That's no problem. The problem is: As soon as I specify the "text.width" parameter to separate the two legend entries, the legend is not centered anymore. I thought the 'xjust' parameter would do what