similar to: Layout, xyplot and saving in file

Displaying 20 results from an estimated 200 matches similar to: "Layout, xyplot and saving in file"

2006 May 30
2
Help with adding minutes to time
Dear R Helpers, I need to read time from a .csv file which is formated as chartime (09:12:00) below. I need to add one minute (cf chartime2). Then I need to output the value just as 09:13 without the seconds for writing a csv file and input in another program. I get it with the following reproducible example but I can't help thinking that there must a less clumsy way to do that ! Thanks
2010 Jan 28
2
color palette for points, lines, text / interactive Rcolorpicker?
I'm looking for a scheme to generate a default color palette for plotting points, lines and text (on a white or transparent background) with from 2 to say 9 colors with the following constraints: - "red" is reserved for another purpose - colors should be highly distinct - avoid light colors (like "yellow"s) In RColorBrewer, most of the schemes are designed for area fill
2004 Nov 26
2
barplot(2?) with CI from a zero reference line
Dear R Users, (and dear Marc) First of all many thanks for the answers to my previous questions. I would like to barplot the mean percent change of a variate with it's CI. Bars should start from the zero reference line to height (in barplot2). Is there a way to tweak barplot2, for example, to do that ? I have tried to see what the function was but unlike other functions was not able to
2024 Oct 14
1
Warning object has offset 0. PDF file
? Sun, 13 Oct 2024 12:45:36 +0200 "Jean-Louis Abitbol" <abitbol at sent.com> ?????: > WARNING: > /Users/jla/Library/CloudStorage/Dropbox/7cordas/Caio/record/90 NEW > RODA SONG BOOK.pdf (object 254 0): object has offset 0 > > This does not prevent from getting the pages extracted properly and > written to a pdf file which is readable. > How can I detect and
2008 Oct 09
1
Error when reading a SAS transport file
Dear All, I get the following error when using either SASxport or Hmisc to read an .xpt file: > w <- read.xport("D:/consult/Trophos/dnp/base/TRO_ds_20081006.xpt") Erreur dans factor(x, f$value, f$label) : invalid labels; length 15 should be 1 or 14 > z<- sasxport.get("D:/consult/Trophos/dnp/base/TRO_ds_20081006.xpt") Erreur dans factor(x, f$value, f$label) :
2004 Nov 21
3
Help with ooplot(gplots) and error bars
Dear All I am trying to graph a proportion and CI95% by a factor with ooplot (any other better solution ?) It works well until I try to add the confidence interval. this is the error message and and a description of the data: > dat1 PointEst TT1 1 3.6 TT2 2 5.0 TT3 3 5.8 TT4 4 11.5 TT5 5 7.5 TT5 6 8.7 TT7 7 17.4 > dat2
2016 Apr 09
1
Run script R
hi all ,? i have an problem in script R . But when I execute the script R I face this error . can you help me please ???error:----------------------------------------- Error in FUN(X[[i]], ...) :?? Theme element 'text' has NULL property: margin, debugIn addition: Warning messages:1: Removed 361 rows containing non-finite values (stat_smooth).?2: Removed 361 rows containing missing values
2024 Oct 13
1
Warning object has offset 0. PDF file
Good day to all Using > library(pdftools) Using poppler version 23.04.0 I get a number of warnings such as: > pdf_subset(infile, pages = 156:157, output = outfile) WARNING: /Users/jla/Library/CloudStorage/Dropbox/7cordas/Caio/record/90 NEW RODA SONG BOOK.pdf (object 7 0): object has offset 0 WARNING: /Users/jla/Library/CloudStorage/Dropbox/7cordas/Caio/record/90 NEW RODA SONG BOOK.pdf
2007 Sep 09
1
ColourDialog
Bonjour Alex. Je voudrais savoir si il est possible de sauvegarder les couleurs quand on se sert de "ColourDialog"? merci Sebastien _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2004 Oct 01
2
Background color Windows device (newbie)
Dear R Gurus Just started on R ! Using xYplot from Hmisc (R 1.9, W2K) I get a grey/blue background that I would like to change to white (ie no background) or may be to another color. Tried to do that with par(bg) but only changed the color of the trellis heading. What's the right command to do that ? Kind regards, JL PS if anyone has nice default settings for win device please let me
2008 Jul 29
1
Samba with apps clipper very slow
Hello. I have an app running on a clipper Samba version 3.02319121616102 . In my network there are approximately 80 clients Win98 and 20 clients NT-XP. By connecting customers begins to degrade the performance of the app very slow getting around. Any help? Thank you. Deputy smb.conf. Hola. Tengo una app en clipper ejecut?ndose sobre Samba version 3.02319121616102 . En mi red hay
2019 Dec 15
0
christmas package
Generation of a number of Christmas cards, most of them being animated. The name of each card includes the year in which it was created. Some examples are: - The christmas card that was writen in 2009 shows a ?caganer? ( https://en.wikipedia.org/wiki/Caganer): > library(christmas) > xmas2009caganer() - The 2019 design is about CRM (Christmas regression model) ;-) >
2019 Dec 15
0
christmas package
Generation of a number of Christmas cards, most of them being animated. The name of each card includes the year in which it was created. Some examples are: - The christmas card that was writen in 2009 shows a ?caganer? ( https://en.wikipedia.org/wiki/Caganer): > library(christmas) > xmas2009caganer() - The 2019 design is about CRM (Christmas regression model) ;-) >
2012 Jun 27
1
lattice histogram log and non log values
Hello all, Please consider the following library(lattice) Colors. <-rep(brewer.pal(7, "Dark2"),2) color <- 1 Data.X.. <- data.frame(UnitArea = c(rnorm(1000), rnorm(1000)), Type = c(rep("Base",1000),rep("Log",1000))) histogram( ~ UnitArea | Type, data = Data.X.., xlab = "Unit Area", type = "density", panel =
2007 Apr 19
1
Error with strptime
Dear All, I am trying to convert to POSIXct after pasting a date and a time in character format with strptime. It is probably obvious but I don't understand why I get an error message after bsamp$spltime<-strptime(test,format="%d-%B-%y %H:%M") whereas I can get what I want if I do it in 2 steps and rbinding ? Thanks and best regards, Jean-Louis This is the R console output
2006 Feb 26
1
assigning differences in a loop
Dear All I would need to generate differences between variates such as nam1<-nam2-nam3 in the following loop: for(i in c("13","26","38")) { for (j in c("HR","PQ","QRS","QT")){ nam1<-paste("d",j,i,sep="") nam2<-paste(j,i,sep=".")
2010 Nov 16
2
Pronote 2010
Bonjour, Je suis d?sol? de poser ma question en fran?ais mais mon anglais n'est pas suffisamment correct pour le sujet que je veux aborder. Mon ?tablissement scolaire utilise un serveur de notes PRONOTE et chez moi j'ai install? un client sous Wine. La connexion au serveur se fait sans difficult?, je peux rentrer mes notes et j'ai acc?s ? tous les services propos?s par ce logiciel.
2013 Oct 24
0
TR: problem with ecdf : "missing C_R_approxfun" message
Hi again, this is a follow-up of my previous post : I've noticed that > attr(first.list[[1]]$size.ecdf,"call") gives ecdf(test.moms[, "m.pxs"]) and that there is no "test.moms" field in my records (a local variable named test.moms was used inside a function, but it was stored under another name in the list, outside the function) May this be the answer (and
2004 Nov 16
1
Adding mean and SEM in Hmisc ecdf
Dear R Gurus, Sorry if this has been asked before but I did not find it in the archives. I would like to add a horizontal display of mean and SEM on Hmisc ecdf plots done by group (ie variate~treatment). Has anyone written some code to do that ? Thanks and kind regards, Jean-Louis
2015 Feb 13
0
I can't join to an existing domain (yet)
On 13/02/15 15:29, Denis Morejon Lopez wrote: > > I tried first all these with linux ldbmodify using that ldif with the > dn:: (code 64) > but an error like the last you will see here occurred. > > Then, I tried with Windows ldifde. > > # The Windows OS is in spanish. That's why I will comment the must > important lines for you (Since my point of view). > >