search for: mzp3769

Displaying 10 results from an estimated 10 matches for "mzp3769".

2005 Jul 13
5
maps drawing
Hello, is there a package in R that would allow map drawing: coastlines, country/state boundaries, maybe topography, rivers etc? Thanks for any guidance, Mark
2012 Dec 13
3
subsetting time series
Hello, my series of dates look like [1] "2012-05-30 18:30:00 UTC" "2012-05-30 19:30:00 UTC" [3] "2012-05-30 20:30:00 UTC" "2012-05-30 21:30:00 UTC" [5] "2012-05-30 22:30:00 UTC" "2012-05-30 23:30:00 UTC" [7] "2012-05-31 00:30:00 UTC" "2012-05-31 01:30:00 UTC" [9] "2012-05-31 02:30:00 UTC"
2013 Jan 19
3
an apply question
Hello, It should be easu but I cannot figure out how to use apply function. I am trying to replace negative values in an array with these values + 24. Would appreciate help. Thanks, Mark shours <- apply(fhours, function(x){if (x < 0) x <- x+24}) Error in match.fun(FUN) : argument "FUN" is missing, with no default [[alternative HTML version deleted]]
2004 Dec 09
3
surf.ls
Hello, I am looking into description of surf.ls(spatial) and see under value $beta - the coefficients. When I use polynomial of degree 2 to fit surface I expect to get 4 coefficients: z = a_1 x^2 + a_2 xy + a_3 y^2 + a_4 What do beta really stand for and why do I get $beta vector of length 6? Thakns, Mark
2005 Jun 15
2
Plotting second axes outside xyplot
...ove necessarily represents my employer's opinion. ----- Original Message ----- From: Werner Bier <aliscla at yahoo.com> Date: Monday, June 13, 2005 9:27 am Subject: Re: [R] kalman filter > yep! please type > ?KalmanLike > or check the dse libraries > Tom > > m p <mzp3769 at yahoo.com> wrote: > Hello, > is there any implementation of Kalman filter in R? > Thanks, > Mark > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the postin...
2004 Dec 01
2
points plotting
Hello, I use points(a,b,pch=20,col="black") or pch=19 but in both cases bullets are too large. Is the a way to decrease the size of the bullet - but be larger than a period. Thanks, Mark
2004 Dec 06
1
surface fitting
Hello, I am looking for a R routine to fit a function/surface to my data 3d data. I'd like to use the function in a model so something like splines is not applicable. The data are smooth and can provide a plot if helpful. Thanks, Mark
2005 Jan 14
2
contour and filled contour plots
Hello, I'd like to remove color bar from "filled.contour" plot. Is it possible and how? I also want to overlay "contour" plot on filled.contour but due to scaling of the "filled.contour" to account for the color bar, aspect ratio for "contour" is different from "filled.contour". Can this problem be solved? Thanks, Mark
2012 Aug 21
1
ncdf - writing variable to a file
Hello, I have a problem writing a variable to an existing file. Below is a part of my script and how it fails. I can't find "create.var.ncdf" in help Thanks for any help. Mark nc <- open.ncdf(ncname, readunlim=FALSE, write=TRUE ) missing <- 1.e+30 xdim <- nc$dim[["west_east"]] ydim <- nc$dim[["south_north"]] tdim <- nc$dim[["Time"]]
2005 May 06
2
plotting image/contour on irregular grid
Hello, I'd like to make a z(x,y) plot for irregularly spaced x,y. What are routines are available in R for this purpose? Thanks, Mark