search for: reguir

Displaying 5 results from an estimated 5 matches for "reguir".

Did you mean: seguir
2011 Jul 17
1
FOMULATING TIME SERIES DATA FROM DATA FRAME
I am estimating Value at Risk using PerfomanceAnalytics package. The?variables are stored in a data frame. I formated the data variables using zoo() and as.xtx() but it is not working. The working example is below. ##########################################################? reguire(zoo) require(PerformanceAnalytics) reguire(xts) ? year<- c(1991-12-30, 1992-12-30, 1993-12-30, 1994-12-30) R1 <- c(12, 9, 8, 13) R2 <- c(5,2,9, 13) d? <- data.frame(cbind(year, R1,R2)) ? d<- zoo(d,year)? VaR(d) #Error in checkData(R, method = "xts", ...) ? #When I use d &l...
2005 May 25
1
No ~ in JGR
...th the look and functionality. Except in one, very important, way. I can??t figure out how to get the ~ sign from the keyboard to the console. Copying it from old code works fine. Using the traditional GUI works as usual. I have a Swedish keyboard layout, where ~ shares key with ?? and ^, all reguiring a space after the hit to produce the sign on the screen. The other signs from the key works, but AltGr + ~ followed by space just gives a blank. What do I do wrong? /CG -- CG Pettersson MSci. PhD.Stud. Swedish University of Agricultural Sciences (SLU) Dep. of Ecology and Crop production sc...
2011 Nov 16
1
HELP DATA CLIPPING AND DATA OVERLAY ON A MAP
...he csv data on map without including anything outside the map boundaries and create a dbf file or shapefile of the clipped data .  The reproducible example: ############################################### library(RColorBrewer) library(RColorBrewer) library(sp) require(foreign) require(latticeExtra) reguire(lattice) #Example data lat <- seq(-12, -1, 0.1) lon <- seq(28, 45, 0.1) data <- expand.grid(lat=lat, lon=lon) n <- nrow(data) data$X <- runif(n, 0, 250) #Read map boundaries TZA_adm2 <- url("http://gadm.org/data/rda/TZA_adm2.RData") print(load(TZA_adm2)) close(TZA_adm2)...
2005 May 04
5
Running CentOS on very old hardware
A friend has an old Pentium-133 laptop with 32MB of memory and a 1.3 GB hard disk that he wants to use as a web server for a very small community. Will CentOS (or any other RHEL derived distribution for that matter) install and run with acceptable performance on such a system, or will a specialized distribution like Damn Small Linux be a better choice? In this case, disk space is not a big
2012 Jul 26
2
RGL
....cpp -o x11lib.o g++ -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -DHAVE_PNG_H -DRGL_USE_COCOA -Iext -I/usr/local/include -fPIC -c osx/osxgui.mm -o osx/osxgui.o osx/osxgui.mm:9:2: error: #error Cocoa backend reguires FreeType font reneder make[1]: *** [osx/osxgui.o] Error 1 make: *** [aglrgl.so] Error 1 ERROR: compilation failed for package ‘rgl’ * removing ‘/Library/Frameworks/R.framework/Versions/2.15/Resources/library/rgl’ * restoring previous ‘/Library/Frameworks/R.framework/Versions/2.15/Resources/librar...