Displaying 9 results from an estimated 9 matches for "eez".
Did you mean:
geez
2002 Jul 15
2
problems with CarbonLib
...bonlib-- CF RangeMake" not beeing found. Please, could you help me to
tackle the problem. Thanks very much.
Barahona
--
Enrique Barahona Fernandez
ESTACION EXPERIMENTAL DEL ZAIDIN, CSIC
Profesor Albareda, 1
18008, GRANADA (Spain)
Tel. + 34 958 121011
Fax + 34 958 129600
e-mail: barahona at eez.csic.es
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-reque...
2005 Aug 08
4
Problem with DFS mounting (works OK in smbclient) [samba-3.0.14a-2.1.fc4.kde]
...934 blocks available
smb: \> cd Consultants
smb: \Consultants\> ls
. D 0 Wed Aug 3 11:51:57 2005
.. D 0 Sun Aug 7 12:19:03 2005
NO D 0 Thu Nov 18 10:35:49 2004
EEZ Course D 0 Wed Mar 23 13:48:54 2005
BlueFinger Software Library D 0 Tue Jul 5 13:39:32 2005
IM D 0 Wed Aug 3 13:19:30 2005
55995 blocks of size 1048576. 9499 blocks available
smb: \Consu...
2012 Sep 21
0
Axis annotation using lattice spplot
...uot;35?","30?","25?","20?")
spplot ( raster.map,
scales=list(tck=c(-0.3,0), draw=T, x=list(at=x.UTM,
labels=x.labels), y=list(at=y.UTM, labels=y.labels)), #works fine with
tck=c(0.3,0), but not with a negative value
sp.layout=list(EEZ,coastline,sp)) #add shapefiles and the
distribution points for the selected species
Any help would be greatly appreciated!
-Vincent
--
View this message in context: http://r.789695.n4.nabble.com/Axis-annotation-using-lattice-spplot-tp4643810.html
Sent from the R help mailing...
2011 Oct 09
2
fast or space-efficient lookup?
Dear R experts---I am struggling with memory and speed issues. Advice
would be appreciated.
I have a long data set (of financial stock returns, with stock name
and trading day). All three variables, stock return, id and day, are
irregular. About 1.3GB in object.size (200MB on disk). now, I need
to merge the main data set with some aggregate data (e.g., the S&P500
market rate of return,
2011 Jul 26
5
Help with boxplot
Hi guys,
I need your help with the boxplot.
I've to create a boxplot starting from a table (.csv) in which there are the
result of a test.
Each column is a question and the rows are the answer of the respondents
(from 0 to 5).
Some answer is missing and has been filled with NA.
the table has been loaded in R with the function read.csv
I created the boxplot with the function boxplot and all
2007 Jun 05
0
net rpc vampire problems
...0 (0x0)
smb_bcc=49
[2007/05/30 11:13:15, 10] lib/util.c:dump_data(2222)
[000] 3C 05 00 02 03 10 00 00 00 30 00 00 00 02 00 00 <....... .0......
[010] 00 18 00 00 00 00 00 00 00 00 00 00 00 C3 33 5C ........ ......3\
[020] 01 AD 0E DC 11 8E 51 DC E6 24 45 65 5A 00 00 00 ......Q. .$EeZ...
[030] 00 .
[2007/05/30 11:13:15, 5] lib/util.c:show_msg(485)
[2007/05/30 11:13:15, 5] lib/util.c:show_msg(495)
size=104
smb_com=0x25
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=136
smb_flg2=51201
smb_tid=12288
smb_pid=7484
smb_uid=...
2003 Jun 02
3
[jik@kamens.brookline.ma.us: MSS clamping doesn''t work with masquerading through VPN?]
...the other side
of it from my Linux box.
However,, I found that I couldn''t use rdesktop to connect to a
Terminal Services server at work. I tracked down the problem to my
MTU being too high, as documented here:
<URL:http://pptpclient.sourceforge.net/howto-diagnosis.phtml#connections_freeze>.
After setting the MTU and MRU for the VPN connection to 1000 as
documented there, I was able to use rdesktop from my Linux machine.
I have VMware installed on my Linux machine, and I run Windows XP
Professional inside of it. I wanted to be able to also access the VPN
from my VMware virtual...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...ace
-Summary: oVirt Server Suite
+Summary: The oVirt Server Suite
Name: ovirt-server
Version: @VERSION@
Release: 0%{?dist}%{?extra_release}
+# full source URL will be added with the next oVirt release. This is a pre-release
+# code drop to make sure we get the package approved by f12 feature freeze.
Source0: %{name}-%{version}.tar.gz
#Entire source code is GPL except for vendor/plugins/will_paginate and
#vendor/plugins/betternestedset, which are MIT, and
-#public/javascripts/jquery.*, which is both MIT and GPL
-License: GPLv2+ and MIT
+#public/javascripts/jquery.*, which is both MIT and G...
2002 Mar 20
3
a R question
Dear Sir,
I have been working with R for some time now and I am very happy with
it, but I have found a problem that I could not resolve. Could you
please give me some hint about how to transform POSIX time data in
seconds to string format?. (eg. 995752800 -> year-month,day,hour,min,
sec) I tryed with Sys.time(), strptime() and date() but without success.
Thank you very much in advance