Displaying 6 results from an estimated 6 matches for "addtitionally".
Did you mean:
additionally
2011 Feb 23
1
lattice.wireframe missing wireframe
Hello Everyone,
I am using R ver. 2.10.1 (2009-12-14). I installed lattice today via install.packages.
I am doing this minimal example:
M = read.csv("/path/to/csv")
cloud(x ~ y * z, data = M)
this correctly gives me a scatterplot of the csv data which has 3 columns. Every column contains 1800 numeric 0 < values < 1300
when I want to plot the corresponding wireframe via
2004 Sep 23
1
browser() is called incidentally (?) somewhere from inside methods::as
Hi,
Executing the following code causes the prompt to enter browser() mode.
>dd<-as(Npatrick1,"list")
Called from: as(Npatrick1, "list")
Browse[1]>
R : Copyright 2004, The R Foundation for Statistical Computing
Version 2.0.0 beta (2004-09-20), ISBN 3-900051-07-0
Some addtitional info about Npatrick1
> is(Npatrick1)
[1] "Massvectorlist"
2007 Jul 13
1
Cygwin: store authorized_keys in /etc/ssh/user/authorized_keys?
Hi folks,
If I try to login on a Cygwin host via ssh, then my
.ssh on a network drive is unaccessible until I login.
I have to enter my password, even if my authorized_keys
would allow me to login without. This is fatal, since it
forces me to use an interactive session for working on a
Windows host. Unusable for automatic builds and tests
managed from a central machine, for example.
There is no
2004 Aug 06
1
Ices won't read config file?
I'm on redhat and libxml2 is installed:
[root@deskpro davidcam]# rpm -Uvh libxml2-2.4.23-1.i386.rpm
warning: libxml2-2.4.23-1.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
Preparing... ###########################################
[100%]
package libxml2-2.4.23-1 is already installed
I complied ices/icecast fromm src - do I need any addtitional flags in
./configure?
2007 Aug 11
3
dns propagation problem
Im using centos 4.5 and bind 9.2.4-27.0.1.el4, im having a problem
propagating updates on domains. when i update the main NS the secondary and
tertiary doesn't update automatically. i need to delete the <domain>.zone
file in the secondary and tertiary to get update from the main NS. I don't
where's the problem i don't get any errors i just dont get the AXFR when the
don't
2013 Apr 04
28
[PATCH v3 0/3] libxl: memory management patches
Hi,
Here are three small but important libxl/xl memory management patches:
- libxl: xl mem-max et consortes must update static-max in xenstore too,
- xl: Allow user to configure xl mem-set behavior,
- xl: Improve xl documentation in regards to guest memory management.
Daniel