similar to: question about R - barplot function

Displaying 9 results from an estimated 9 matches similar to: "question about R - barplot function"

2011 Dec 16
1
problem with tick graph
Dear all, I'm having problems with the tick of my graph. I'mpcombining lines and barplot. For my I'm using the function axis combined with the function pretty to have more efficient tick, but all my tick (for example, 300 as my max tick and -100 as my min tick) are not printed on my graph. So I would like to have for the left axis the seq from 0 to 100 (with 0 and 100 printed on
2013 Apr 05
20
[Bug 63165] New: [GTX660] GPU lockups on 3D applications
https://bugs.freedesktop.org/show_bug.cgi?id=63165 Priority: medium Bug ID: 63165 Assignee: nouveau at lists.freedesktop.org Summary: [GTX660] GPU lockups on 3D applications Severity: major Classification: Unclassified OS: Linux (All) Reporter: miga-anyandall at hotmail.com Hardware: x86-64 (AMD64)
2011 Sep 30
1
need help with contourplot figure
I can't figure out how to add tick marks on both my X and Y axis. For example, my X axis ranges from 0 to 1 and there are both a tick mark and a number label at the X-axis values of 0.2,0.4,0.6. and 0.8. I want to add tick marks to the figure at every 0.1 value. This will help a viewer determine the values on the x axis. I included all of my code. I apologize but it is very long. I am
2003 Jan 14
0
winbind trouble
hello list! I am using a self compiled samba release 2.2.5 now since the end of august. It is running with winbind and acl (xfs) options enabled for about 4 months generally without problems. Usermapping against a W2K ADS is working perfectly well: Ownerships and ACLs of files and directories created by users can well be seen on output of ls -l and getfacl. BUT: typing "wbinfo -u" and
2007 Feb 22
0
confidence intervals
Hi, I'm having trouble with the confidence interval of the nls function. I did my home work, and searched acros the support list until I came up with following solution of Peter Dalgaard: example(predict.nls) se.fit <- sqrt(apply(attr(predict(fm,list(Time = tt)),"gradient"),1, function(x) sum(vcov(fm)*outer(x,x)))) matplot(tt,
2007 Apr 01
0
optimize calculations
Hi, I have a model, which has a logaritmic response, but there is an offset for this response. I use optimize to find a value to minimise the residuals of the model: f2 <- function(x,df) sum(summary(lm(log((y-x)/Mnd) ~ I(1e+05/(8.617*(Temp + 273.16))), df))$residuals^2) start <- optimize(f2,c(0,min(y)),df=df)$minimum mod <- lm(log((y-start)/Mnd) ~ I(1e+05/(8.617*(Temp + 273.16))), df)
2008 Aug 04
2
thematic map of USA
My goal is to prepare a thematic map of the US, with states shaded according to their values for a variable of interest. I would like to include an inset for Alaska in the upper left and an inset for Hawaii in the lower left. If possible, I'd like to use Albers conic projection, or something similar. Thus far I have tried using the maps package with its state database (which omits
2007 Feb 13
0
9 commits - libswfdec/js libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_codec_screen.c libswfdec/swfdec_image.c libswfdec/swfdec_script.c test/Makefile.am test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c
libswfdec/js/jsinterp.c | 1 libswfdec/swfdec_bits.c | 108 +++++++++++++ libswfdec/swfdec_bits.h | 4 libswfdec/swfdec_codec_screen.c | 68 +------- libswfdec/swfdec_image.c | 107 ++++++------- libswfdec/swfdec_script.c | 40 +++++ test/Makefile.am | 11 + test/swfdec_out.c | 119 +++++++++++++++ test/swfdec_out.h
2000 Dec 13
1
explosed-pie
Dear All R users, my name is Raffaella Tommasini and I 'm working with R version 1.1.1 I'd like to know if is possible plot "explosed-pie" with R. Thanks for your attention, Raffaella Tommasini Bologna Italy -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20001213/722f4bd2/attachment.html