search for: herr

Displaying 20 results from an estimated 86 matches for "herr".

Did you mean: err
2006 Nov 27
2
[R-sig-Geo] plot() and Jpeg() increase font size and resolution
Thanks to Edzer and Roger, I can now plot with increased font sizes. However, jpeg still does not reproduce these, nor does it show up in high quality. What I would like to do is produce some highresolution jpegs. Any help would be appreciated Thanx Herry R2.4 on Mandriva 10.2 linux. Dr Alexander Herr Spatial and statistical analyst CSIRO, Sustainable Ecosystems Davies Laboratory, University Drive, Douglas, QLD 4814 Private Mail Bag, Aitkenvale, QLD 4814 Phone/www (07) 4753 8510; 4753 8650(fax) Home: http://herry.ausbats.org.au Webadmin ABS:...
2018 Mar 06
2
raster time series statistics
..."%Y-%m-%d")->t1 rts(s,time=as.yearmon(t1))->rsts subset(rsts,'2017')->r2017 class(r2017 at time) class(rsts at time) apply.monthly(rsts,mean) -----Original Message----- From: David Winsemius [mailto:dwinsemius at comcast.net] Sent: Tuesday, 6 March 2018 11:10 AM To: Herr, Alexander (L&W, Black Mountain) <Alexander.Herr at csiro.au> Cc: r-help at r-project.org Subject: Re: [R] raster time series statistics > On Mar 5, 2018, at 3:28 PM, <Alexander.Herr at csiro.au> <Alexander.Herr at csiro.au> wrote: > > Hi List, > > The follo...
2012 Feb 05
2
Sieve notify messages
Hi All I'm using dovecot 2.0.16 with the pigeonhole plugin 0.25. I'm trying to use the notifiy mechanism from sieve to send notifications when a mail arrives in the mailbox. The message is checked to be a 8bit message, otherwise it is replaced by the default message "Notification of new message." How can I create a 8bit message body within the sieve script that is accepted
2003 Jan 13
2
summarizing dataframe
...t have a mental block and there is a more elegant way of creating a summary count (other than extracing it from ftable). I''d like to create a new data.frame containing counts of spell by loc ie have three columns showing spell,loc,count. Below the data.frame... Any help appreciated Thanks Herry spell loc 101 Parts 1 102 Overall 2 105 Parts 1 106 None 1 111 None 1 116 Parts 1 118 None 1 119 Overall 4 123 Overall 1 125 Parts 1 126 Overall 1 127 Parts 1 128 Overall 1 134 Overall 1 138 Overall 2 139 Overall 1 142 Overall 1 191 Par...
2018 Mar 06
1
raster time series statistics
...>r2017 class(r2017 at time) class(rsts at time) apply.monthly(rsts,mean) # this creates error rts(s,time=as.Date(t1))->rsts1 apply.monthly(rsts1,mean) # this creates output -----Original Message----- From: Jim Lemon [mailto:drjimlemon at gmail.com] Sent: Tuesday, 6 March 2018 11:40 AM To: Herr, Alexander (L&W, Black Mountain) <Alexander.Herr at csiro.au> Cc: David Winsemius <dwinsemius at comcast.net>; r-help mailing list <r-help at r-project.org> Subject: Re: [R] raster time series statistics
2018 Mar 06
0
raster time series statistics
I can't test that at the moment as I don't have the libraries. Perhaps later. Jim On Tue, Mar 6, 2018 at 11:36 AM, <Alexander.Herr at csiro.au> wrote: > Last line in the following (updated) code produces the error > require(raster) > require(rts) > require(stringr) > r <- raster(ncol=100, nrow=100) > values(r) <- runif(ncell(r)) > stack(r)->s > r->rs > for(i in 1:23){ > rs[]<-r[...
2018 Mar 05
4
raster time series statistics
...melst<-paste0(unlist(dt['year']),'-',unlist(dt['month'])) rts(s,time=as.yearmon(timelst))->rsts str(rsts at time) apply.monthly(rsts,mean) I was expecting that the statistics accept the yearmonth format of the timeslot, as it allows subsetting. Any suggestions? Thanks Herry [[alternative HTML version deleted]]
2018 Mar 06
0
raster time series statistics
> On Mar 5, 2018, at 3:28 PM, <Alexander.Herr at csiro.au> <Alexander.Herr at csiro.au> wrote: > > Hi List, > > The following code returns an "Error in as.POSIXlt.character(x, tz, ...) : character string is not in a standard unambiguous format" I'm unable to produce that error. Which function was being e...
2012 Dec 24
11
[Bug 58729] New: [bisected] Display fails to turn on after suspend/resume (NV86)
...ium Bug ID: 58729 Assignee: nouveau at lists.freedesktop.org Summary: [bisected] Display fails to turn on after suspend/resume (NV86) Severity: normal Classification: Unclassified OS: All Reporter: wheel at herr-der-mails.de Hardware: Other Status: NEW Version: git Component: Drivers/DRI/nouveau Product: Mesa Created attachment 72083 --> https://bugs.freedesktop.org/attachment.cgi?id=72083&action=edit dmesg for boot and one suspen/resume cycle...
2018 Jul 25
2
Search requests should ignore accents (C++ API)?
Hi, I am using libxapian in a C++ project (hence I am using Xapian's C++ API) and some user has requested that search requests should ignore accents. E.g. when the user searches for "Herr Müller" he expects that "Herr Muller" is also a search hit. Is this possible in Xapian? Do you have any links to the documentation of that feature? Thanks for your help, Kim
2007 Jun 14
1
blotched y-axis text in plot function
...lot but not in the pie graphs and in the "The level of Interest in R" plot, which uses axis to define the y-axis. I presume this has to do with the font handling of linux/R. But, being not a linux guru I am at your mercy to help me trace and fix this problem. Any help appreciated Cheers Herry Dr Alexander Herr - Herry Spatial and statistical analyst CSIRO, Sustainable Ecosystems Davies Laboratory, University Drive, Douglas, QLD 4814 Private Mail Bag, Aitkenvale, QLD 4814 Phone/www (07) 4753 8510; 4753 8650(fax) Home: http://herry.ausbats.org.au Webadmin ABS: http://ausbats.org.au...
2002 Dec 18
3
summary stats including NA's into new dataframe
...is straightforward using stack and aggregate. However, I haven''t succeeded in obtaining the number of Missing Values. I can extract these from describe (Hmisc library), but surely there is a simpler way similar to obtaining the mean using aggregate? Suggestions are much appreciated Thanks Herry -------------------------------------------- Alexander Herr - Herry CSIRO Sustainable Ecosystems: http://www.cse.csiro.au/ -------------------------------------------- [[alternate HTML version deleted]]
2007 Sep 19
4
fontsize in mosaic plot lables
...set_varnames = c(Sex = "Gender"), gp_text=gpar(fontsize=20))) #can't get it to resize text tab <- ifelse(Titanic < 6, NA, Titanic) # it works for labeling_cells labeling_cells(text = tab, margin = 0,gp_text=gpar(fontsize=20))(Titanic) What am I doing wrong? Thanx Herry
2006 Dec 18
2
surface3d grid from xyz dataframe
...ce the matrix required for the height input. elev.to.list{CTFS} fails with: "Error in matrix(elevfile$elev, nrow= 1+ydim/gridsize, ncol=1+xdim/gridsize. : attempt to set an attribute on NULL" which I assume means it requires a square grid (=quadrates). Any ideas/help appreciated Thanks Herry Dr Alexander Herr Spatial and statistical analyst CSIRO, Sustainable Ecosystems Davies Laboratory, University Drive, Douglas, QLD 4814 Private Mail Bag, Aitkenvale, QLD 4814 Phone/www (07) 4753 8510; 4753 8650(fax) Home: http://herry.ausbats.org.au Webadmin ABS: http://ausbats.org.au Sustain...
2007 Jul 06
3
?replace characters within vector data
...characters within a vector. Outside R I could use sed, but I'd like to automate it in R. For example vectorx xxxyyz xxxyyza xxxyyzzb I want to change to: vectorx aaayyz aaayyza aaayyzzb The obvious replace command only deals with whole data entries? Any hints would be appreciated. Thanks Herry
2006 Nov 24
2
plot() and Jpeg() increase font size and resolution
...=shp1) m1<-vgm(0.0175, "Gau", 200000,0.052) jpeg(file="LOTPLAN_variogram_mod.jpg", bg="white", res=300, pointsize=16, width=1200, height=1200, quality=100) plot(v1,plot.number=F, model=m1, ylim=c(0.04,0.08), col="black", cex.axis=1.5) dev.off() Thanks Herry Dr Alexander Herr Spatial and statistical analyst CSIRO, Sustainable Ecosystems Davies Laboratory, University Drive, Douglas, QLD 4814 Private Mail Bag, Aitkenvale, QLD 4814 Phone/www (07) 4753 8510; 4753 8650(fax) Home: http://herry.ausbats.org.au Webadmin ABS: http://ausbats.org.au Sustaina...
2018 Mar 06
0
raster time series statistics
Hi Herry, This is probably due to a call to strptime (or similar). No, it doesn't accept %Y-%m as a valid format. Maybe add a constant day to all the dates as that will work: dt<-list(ID=seq(1:24),month=rep(formatC(1:12,flag=0,width=2),2), year=sort(rep(2016:2017,12))) timelst<-paste(unlist(dt[...
2007 Aug 31
0
FW: sapply to return factors in dataframe
...x)) simgap(x) else x<-c("Error, not factor/numeric") return(x) } sapply(warpbreaks,FUN=function(x) rdize.dta(x))->test str(test) While I could to this in a loop, I am unable to do this with sapply. Any suggestions? Thanks Herry Dr Alexander Herr - Herry Spatial and statistical analyst CSIRO, Sustainable Ecosystems Davies Laboratory, University Drive, Douglas, QLD 4814 Private Mail Bag, Aitkenvale, QLD 4814 Phone/www (07) 4753 8510; 4753 8650(fax) Home: http://herry.ausbats.org.au Webadmin ABS: http://ausbats.org....
2007 May 18
1
error: GLX extension missing on server
Hi List, when loading library(rgl) I get error "RGL: GLX extension missing on server". I have Mesa and xgl installed, but xgl info sais its an highly experimental code. Does this mean I shouldn't bother for a while with opengl or are there alternatives? Any help appreciated Thanx Herry R 2.4.1 on x86_64 opensuse 10.2 Dr Alexander Herr - Herry Spatial and statistical analyst CSIRO, Sustainable Ecosystems Davies Laboratory, University Drive, Douglas, QLD 4814 Private Mail Bag, Aitkenvale, QLD 4814 Phone/www (07) 4753 8510; 4753 8650(fax) Home: http://herry.ausbats.org.au Web...
2007 Jul 04
2
for loop doesn't stop with upper loop value
...tand why the for loop doesn't stop when I has the value of upper for(n in lst) { lower=n; upper=lower+10 while(lower !=upper +1) { print(paste(n, " lower: ",lower, " upper :", upper)) lower=lower+1 } } Any enlightment would be most welcome. Thankx Herry