Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

18 results for “from:Vlad”

prediction interval for multiple future observations
Vlad Skvortsov · Aug 20, 2007 · r-help

Hi! '?predict.lm' says that the prediction intervals returned by predict() are for single observation only. Is there a way to specify the desired number of observations to construct the interval for? R version 2.4.1 (2006-12-18...

Affy library: error on ReadAffy()
Vlad Zaha · Feb 9, 2004 · r-help

When I try to load cel files (hgu133a) using the ReadAffy() in R 1.8.1 command I get an error message: > x<-ReadAffy() Error: cannot allocate vector of size 102973 Kb Does anybody know what does this error mean...

MASS package?
Vlad Popovici · May 24, 2002 · r-help

Hi all, I am looking for the MASS package, which seems to be missing from 'Package Sources' section. Could somebody direct me to the right place? Thank you. Have a nice weekend, Vlad -- Vlad POPOVICI http://ltswww.epfl.ch/~vlad...

what is the "right" way to obtain frequencies of vector values?
Vlad Skvortsov · Nov 14, 2007 · r-help

Hi! Let's say I have vector x with positive integer values ranging from 1 to N. I need to obtain another vector y of size N where y[i] contains the number of times value i occurs in x...

(no subject)
Vlad Amihaesei · Oct 7, 2020 · r-sig-geo

Hi, I have an error when I want to install stars package from github if (!require(remotes)) install.packages("remotes") remotes::install_github("r-spatial/stars") library(stars) I have this : ERROR: lazy loading failed for package ?stars? * removing ?/Library...

plot cyrillic characters on MacOS X
Vlad Skvortsov · May 12, 2007 · r-help

Hi! I'm running R version 2.4.1 (2006-12-18) on MacOS X 10.4; my $LANG is ru_RU.KOI8-R. While trying to plot a graph to PDF with cyrillic characters in the legend, I get...

interfacing with Fortran 90/95
Vlad Popovici · May 24, 2002 · r-help

Hi again, Is there any documenation on interfacing R with Fortran 90/95? Or a small example...? I'm mostly interested in passing matrices as dummy arrays in Fortran 95. For example, I would like to be able to call...

plot cyrillic characters on MacOS X
Vlad Skvortsov · May 21, 2007 · r-help

Prof Brian Ripley wrote: > On Sat, 12 May 2007, Vlad Skvortsov wrote: > >> Hi! >> >> I'm running R version 2.4.1 (2006-12-18) on MacOS X 10.4; my $LANG is >> ru_RU.KOI8-R. > > But we are told...

latest Rtools missing "inconsolita.sty"
Vlad · Dec 17, 2011 · r-devel

Hi Spencer, to solve this problem, you only need to install the TeX package "inconsolata". You can install it from the CTAN (http://www.ctan.org/pkg/inconsolata) but the best way depends on the TeX distribution you have installed...

smp in Linux
Vlad · Aug 28, 2000 · r-help

Hello, I checked mail list archives and this topic came up before in March '99 (about ability of R to multithread). At that time rossini at biostat.washington.edu (Tom Rossini) suggested to check his web page in a few...

Creating a Shapefile from a List of Polygons
Vlad · Mar 7, 2012 · r-sig-geo

Hi Benjamin, I don't know if you have read carefully the help on SpatialPolygonsDataFrame but it is written about the "data" arugment : "the number of rows in ?data? should equal the number of Polygons-class objects in ?Sr?" In...

Convert raster to polygon
Vlad · Oct 13, 2011 · r-sig-geo

Hello, I had the same problem in the past and so I developped a function that allow to convert directly a raster to a SpatialPolygonsDataFrame. The function ('polygonize') is available in a small package I wrote : http://sourceforge.net/projects...

getting data from an nc file
Vlad Amihaesei · Nov 9, 2022 · r-sig-geo

Hi, Or you can try witty terra library : library(terra) r <- terra::rast("chess-met_precip_gb_1km_daily_20150101-20150131.nc") if the nc file has more than one parameters like precipitation, temperature, humidity etc, try this: r.sub...

hourly time series
Vlad · Mar 13, 2012 · r-sig-geo

Hi Advait, if you want to keep all time properties, the package "timetools" may help you to do so. This package defines the class "TimeIntervalDataFrame" which can be a good start to look at. Best, Vlad ----- Vladislav Navel SCAN www...

strange issue of memory converting a raster to a data frame
Vlad Amihaesei · Jan 23, 2023 · r-sig-geo

You can try converting each layer to data frame instead of all the layers at once time. You can do this using a loop. r <- terra::rast(file.nc) df<- NULL for( i in 1:nlyr(r)){ r1 <- r[[i...

counting the depressions(group of negative numbers) over time from a raster brick
Vlad · Mar 8, 2012 · r-sig-geo

Hi Sajid, you don't need to transform anything to a data.frame. Instead you may use the function 'calc' with a function that calculate the two values you are looking for. (see the help page on 'calc'). I think...

The book: S Programming
Vlad · Jan 1, 2001 · r-help

I bough my copy at www.bookpool.com prices there are always better than any other online tech book retailer. Although, 18$ for that book... way too good... Vladislav On 01-Jan-2001 Bill.Venables at CMIS.CSIRO.AU wrote...

What happenes with R-gnome? Suggestions
Vlad · Sep 2, 2000 · r-help

Hello, not to diverge the discussion but from a newbie prospective wxwindows is a pretty good choice for R's gui. WxWindows (www.wxwindows.org), is the ONLY gui cross-platform library that has all of the following features: a...

Can't find what you're looking for? Try searching with Google .