Displaying 3 results from an estimated 3 matches for "allcock".
Did you mean:
alcock
2012 Jun 16
2
Plotting tidal speed and direction in R
Hi,
I have had a look around the forums and I can't seem to find anything that
works with my data. I have lats, longs, time, tidal speed and direction and
need to plot this in an xy plot to determine changes over time. contour and
cloud have been recommended to me as a way to do this but I can't figure out
how to get 5 dimensions into this. I want lat and long as my x and y, time
as my
2007 Dec 22
2
x86_64 compile from source has no alsa
Hi,
I have been trying to compile wine from source, and whilst everything
works I fail to get alsa support.
I am on Fedora 8 and have all the dependent packages installed as per
the wiki.
(http://wiki.winehq.org/WineOn64bit#head-6a1af3960b16c81218ffda50417528f289ffe30f)
I can replicate the issue on my i386 by removing/renaming the file
winealsa.drv.so from /usr/local/lib/wine.
This file is in
2012 Mar 15
0
PCA R
Hello can anyone help,
I have been running the following script to obtain a PCA plot but the end result is rather disappointing as the points are very very small and there are no titles etc
geochemdata<-read.csv(file.choose(),header=TRUE)
names(geochemdata)
library(vegan)
bstick<-function(n, tot.var=1) rev(cumsum(tot.var/n:1)/n)
geopca<-rda(geochemdata, scale=TRUE)
geopca