search for: geoinformatics

Displaying 13 results from an estimated 13 matches for "geoinformatics".

2016 Jun 09
1
cumsum method in Math group
...(.Generic) } signif(a, 3) cumsum(a) I don't understand why cumsum strips the class, but signif does not. Both claim in the documentation that "These are generic functions: methods can be defined for them individually or via the ?Math? group generic." -- Edzer Pebesma Institute for Geoinformatics (ifgi), University of M?nster Heisenbergstra?e 2, 48149 M?nster, Germany; +49 251 83 33081 Journal of Statistical Software: http://www.jstatsoft.org/ Computers & Geosciences: http://elsevier.com/locate/cageo/ Spatial Statistics Society http://www.spatialstatistics.info -------------- nex...
2011 Sep 14
1
S4 method dispatch
...doNothing to signature(object = "ANY", value = "ANY"), the problem disappears. I tried to make a self-contained example that reproduced the issue, but could only get something that worked as expected. I would appreciate any help or suggestions. -- Edzer Pebesma Institute for Geoinformatics (ifgi), University of M?nster Weseler Stra?e 253, 48151 M?nster, Germany. Phone: +49 251 8333081, Fax: +49 251 8339763 http://ifgi.uni-muenster.de http://www.52north.org/geostatistics e.pebesma at wwu.de
2008 Oct 10
4
how to convert source code in windows package for linux (ubuntu)
Hi All, I was wondering if anyone here as successfully converted a package for windows to one that will work in Linux? What are the necessary steps if you have the source code? Thanks, Josh
2018 Sep 05
0
[FORGED] Re: plotmath degree symbol
...> >> loaded via a namespace (and not attached): >> [1] compiler_3.5.1 >> >> ______________________________________________ >> R-devel at r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-devel >> > -- Edzer Pebesma Institute for Geoinformatics Heisenbergstrasse 2, 48151 Muenster, Germany Phone: +49 251 8333081
2019 Jan 21
1
Request: make `var` a generic
Hi all, I am running into problems using `summary.lm` as calling `var` on a `units` object does not retain the `units` attribute. The units package addresses this issue for `mean` by implementing `mean.units`: units:::mean.units function (x, ...) { .as.units(NextMethod(), units(x)) } This is, however, not possible for `var` (as it's not a generic), which breaks `summary.lm`: ```
2009 Jul 31
0
any advice on noparametric statistics
Dear R-lister and Prof. Harrell, To Prof. Harrell: I feel very sorry to bothering you. The ecological data usually do not follow strictly-defined normal distribution. So, there are many more works before any parametric testing or any regression modeling-fitting . Tens of days ago, when I ask for proper methodology of outliers treatment in the data processing, Prof. Harrell ever adviced me to
2011 Nov 14
0
R Development Center(s)
...//pad.ifgi.de/rdc as a start. Open source style, please feel free to reuse or modify the logo or ideas, and take the concept lightly. Next thing, when I'm concerned, would be to organize an RDC student of the year award. Any reactions welcome. With best wishes, -- Edzer Pebesma Institute for Geoinformatics (ifgi), University of M?nster Weseler Stra?e 253, 48151 M?nster, Germany. Phone: +49 251 8333081, Fax: +49 251 8339763 http://ifgi.uni-muenster.de http://www.52north.org/geostatistics e.pebesma at wwu.de
2012 Dec 07
1
Fwd: Simulation of spatial Log-Gaussian Cox process in Spatstat
...he dimensions of the covariates images, but the problem keeps showing up. Maybe it has something to do with the irregular owin used as window of the ppp object? I'd appreciate any help! Regards, George -- =================================== George Limitsios MSc. "Geography and Applied Geoinformatics" Dep. of Geography University of the Aegean
2012 Jan 18
1
how to check all CRAN dependencies for my package, before submitting
...version. I got stuck trying this. Does anyone know how to get (i) a list of all packages that depend, directly or indirectly, on my package, and (ii) a list of file names of their package sources in their latest version (i.e., including their latest version number)? -- Edzer Pebesma Institute for Geoinformatics (ifgi), University of M?nster Weseler Stra?e 253, 48151 M?nster, Germany. Phone: +49 251 8333081, Fax: +49 251 8339763 http://ifgi.uni-muenster.de http://www.52north.org/geostatistics e.pebesma at wwu.de
2012 May 07
0
FW: Overlapping area Script
...g/writing spatio-temporal features (netcdf does >> spatio-temporal grids/arrays pretty well it seems); rumours go that >> ArcGIS might, in the near future, support reading/writing SpatiaLite. >> >> With best regards, >> -- >> Edzer Pebesma >> Institute for Geoinformatics (ifgi), University of M?nster >> Weseler Stra?e 253, 48151 M?nster, Germany. Phone: +49 251 >> 8333081, Fax: +49 251 8339763 http://ifgi.uni-muenster.de >> http://www.52north.org/geostatistics e.pebesma at wwu.de >> >> ____________________________________________...
2018 Sep 04
2
[FORGED] Re: plotmath degree symbol
Hi Thanks for that, but I still cannot confirm on ... sudo docker run -v $(pwd):/home/work/ -w /home/work --rm -ti rocker/r-ver:3.5.1 Could you please read the comments within the "Cairo Fonts" section of the ?X11 help page, in case that offers some explanation. Paul On 29/08/18 02:15, Martin M?ller Skarbiniks Pedersen wrote: > On Fri, 24 Aug 2018 at 19:53, Edzer Pebesma >
2018 Aug 24
4
plotmath degree symbol
In plotmath expressions, R's degree symbol, e.g. shown by plot(1, main = parse(text = "1*degree*C")) has sunk to halfway the text line, instead of touching its top. In older R versions this looked much better. -- Edzer Pebesma Institute for Geoinformatics Heisenbergstrasse 2, 48151 Muenster, Germany Phone: +49 251 8333081
2020 Jan 28
4
matplot.Date & matplot.POSIXct
????? Thanks for the reply. On 2020-01-27 19:56, Abby Spurdle wrote: > Maybe I'm missing something really obvious here, but I was unable to > create a matrix out of POSIXct object(s). > Perhaps that deserves a separate discussion...? ????? Can you provide an example? ????? The standard matplot application that concerns me is with matplot(x, y, ...) where x has class Date or