Displaying 2 results from an estimated 2 matches for "kbennett".
Did you mean:
bennett
2011 Feb 16
1
Timeseries Data Plotted as Monthly Boxplots
...lot of time series data to look at the
range in the data values over the entire period of record.
My data initially starts out as a list of hourly data, and then I've been
using this code to make this data into the final ts array.
# Read in the station list
stn.list <- read.csv("/home/kbennett/fews/stnlist3", as.is=T, header=F)
# Read in all three variables.
vars <- c("MAT", "MAP", "MAP06")
for (stn in stn.list) {
for (v in 1:length(vars) {
# Read in year month start and end dates table & name it
ym.table <- read.csv("/home/kb...
2011 May 06
1
Installing rgdal in R: correct -configure flags for GDAL install on Linux Redhat
...ard location,
use --configure-args='--with-proj-
include=/opt/local/include'
for example, replacing /opt/local/* with appropriate values
for your installation. If PROJ.4 is not installed, install it.
ERROR: configuration failed for package 'rgdal'
* removing
'/import/home/u1/uaf/kbennett/R/x86_64-unknown-linux-gnu-library/2.11/rgdal'
--
Katrina E. Bennett
PhD Student
University of Alaska Fairbanks
International Arctic Research Center
930 Koyukuk Drive, PO Box 757340
Fairbanks, Alaska 99775-7340
907-474-1939 office
907-385-7657 cell
kebennett@alaska.edu
Personal Addre...