Displaying 20 results from an estimated 4000 matches similar to: "Why EPOCH ?"
2005 Sep 26
2
C4 - mod_authz_ldap - weird behavoir
hi
I have problem with mod_authz_ldap with this setup:
<Directory /var/www/html/weby_2005>
AuthzLDAPServer "ldap:389"
AuthzLDAPUserBase dc=group,dc=cz
AuthzLDAPBindDN uid=ds,ou=People,dc=group,dc=cz
AuthzLDAPBindPassword XXXXX
AuthzLDAPUserKey uid
AuthzLDAPUserScope subtree
AuthzLDAPLogLevel debug
# needed for user auth
2004 Oct 27
1
[Fwd: Re: Release of centos-3.3 ISP bill]
-------------- next part --------------
An embedded message was scrubbed...
From: "Petr \"Qaxi\" Klima" <qaxi at seznam.cz>
Subject: Re: [Centos] Release of centos-3.3 ISP bill
Date: Wed, 27 Oct 2004 07:56:24 +0200
Size: 2686
URL: <http://lists.centos.org/pipermail/centos/attachments/20041027/6185ecd0/attachment-0003.mht>
2005 Jun 13
4
DNS & DHCP Management System
Hello
A few (or a lot) of us supports larger corporate networks. I would like
know your opinion/solution based on CentOS. No Win auto/dynamic/smart
(WI|D)NS/DHCP
How do you manage DNS&DHCP (the informations filled in, not the server
software) for hundreds or thousands of computers?
For our network, just now we use homebrewed scripts, but they are
getting unsufficient (cca. 700
2004 Sep 21
1
Centos-3.3 i386 CDs
Hi
Just wondering why there are two diferent version of file comps
#ll iso/mnt-cd1/RedHat/RPMS/comps-3.0.0centos-0.20040916.i386.rpm
-r--r--r-- 1 root root 6821992 Sep 16 19:11
iso/mnt-cd1/RedHat/RPMS/comps-3.0.0centos-0.20040916.i386.rpm
#ll iso/mnt-cd3/RedHat/RPMS/comps-3.0.0centos-0.20040916.i386.rpm
-r--r--r-- 2 root root 6809965 Sep 16 18:52
2013 Mar 27
1
Conditional CCA and Monte Carlo - Help!
Hi All,
I am using canonical correspondence analysis to compare a community
composition matrix to a matrix of sample spatial relationships and
environmental variables. In order to parse out how much variance is
explained purely by space (S/E) or the environment (E/S) I am using a
conditional (partial) CCA. I want to test significance via Monte Carlo but
I can not find a way to do this with a
2005 May 03
5
CentOS 4 - problem with remote X application
Hello
i have a problem on CentOS 4 with starting remote x application on
remote CentOS 3 od Solaris 9 boxes.
The problem is: When I run it from CentOS 3 it's OK form CentOS 4 I
cannot find a bad word in logs ...
My local machine
stoping firewall
[root at klima-pc ~]# service iptables stop
[root at klima-pc ~]# iptables-save
[root at klima-pc ~]#
SELinux is OFF
I am connecting by ssh
2005 Sep 09
2
Red Hat Hardware Catalog
Hello
Did anybody get any result for search in "Red Hat Hardware Catalog"
http://bugzilla.redhat.com/hwcert/list.cgi?product=Red%20Hat%20Hardware%20Certification&quicksearch=3com&order=bugs.internal_whiteboard,bugs.bug_status%2Cbugs.priority%2Cmap_assigned_to.login_name%2Cbugs.bug_id&offset=
On question for "3Com" I get only answer "15 certifications
2005 May 07
2
The new Linux IGD support
Hello Tom,
I tried the new UPnP support of shorewall, olny to stumble upon a
LinuxIGD bug. Specificaly, the UPnP chain is read as UPn from the
upnpd.conf . I double checked it, there some bug in the upnpd, it
doesn''t process 4 lettered names correctly. Could you change this
chains'' name to something a little longer?
--
Costas Cavouracis <cca@freemail.gr>
My PGP keys:
2008 Sep 26
1
cca constraining variables table
I performed canonical correspondence analysis (cca) with the example data of
vegan, but I'm not able to obtain a table like scores() for the constraining
variables. I can see them in the summary() mode, but it would be great to
have in a separate table. Any suggestion?, thanx Gianandrea
require(vegan)
data(varespec)
data(varechem)
vare.cca<-cca(varespec,varechem)
scores(vare.cca)
2010 Apr 27
1
cca standard error species
Dear all,
I realised a correspondence analysis with function cca() of vegan library.
Just like in Okansen (2010) in the example of R help:
library(vegan)
data(varespec)
data(varechem)
vare.cca<-cca(varespec~ Al + P + K, varechem)
With plot.cca() function I represented the species matrix in the next way:
plot(vare.cca,display="species")
Being similar to:
plot((c(-2,2)),(c(-2,2)),
2010 Aug 14
1
cca biplot (vegan) failed in matplot
Dear List,
I am trying to plot the result of cca using matplot but failed.
Pls kindly help and thanks.
Elaine
The error message was
error in xy.coords(x, y, xlabel, ylabel, log = log) :
(list) object cannot be coerced to type 'double'
code
rm(list=ls())
library(vegan)
library(MASS)
# input richness
birdrich
2010 Aug 18
2
How to Perform CCA in ??!! Help please
Performing CCA in R
I know they say don't say please... or plead...but I'm sorry but I really
need some help with this problem. I have tried to perform CCA in R and I can
never do this successfully. Can someone please tell me what I'm doing wrong.
I can't attach any file...so Please email me and I'll attach the necessary
files. (there's only two) the files will be my CCA R
2009 Sep 09
2
"predict"-fuction for metaMDS (vegan)
Dear r-Community,
Step1: I would like to calculate a NMDS (package vegan, function metaMDS) with species data.
Step2: Then I want to plot environmental variables over it, using function envfit.
The Problem: One of these environmental variables is cos(EXPOSURE). But for flat releves there is no exposure. The value is missing and I can't call it 0 as 0 stands for east and west. Therefore I
2010 Jul 17
2
cca in vegan (formula instead of community matrix data)
Dear List,
I tried to do cca based on species data and environmental variables (formula
instead of community data).
However, there was an error saying row sums must be >0.
I searched the previous related messages but found few solutions.
Please kindly help and thank you in advance.
code
This is vegan 1.17-3
Warning message:
package 'vegan' was built under R version 2.10.1
2010 Jul 17
1
data.frame required for cca in ade4
Dear List,
I tried to conduct cca using csv data but failed.
The message said that data.frame is required.
Please kindly share how to convert a csv-imported file to a data.frame.
Thank you.
Elaine
code
rm(list=ls())
spec <-read.csv("c:/migration/M_R_20100718_winterM_spec_vegan.csv",header=T,
row.names=1)
dim(spec)
spec[1,]
envi
2017 Jul 18
3
Redundancy canonical analysis plot problem in 3D using VEGAN, RGL, SCATTERPLOT3D and SFSMISC
Hello Sir
I am getting problem in plotting in CCA . Could you please help me? I wrote the below command but I don't know why it is taking only first 5 env data rather than all 9.
> strain.data <- read.xlsx("Dee rhiz.xlsx", sheetName="strain", header = T, row.names = 1)
> env.data <- read.xlsx("Dee rhiz.xlsx", sheetName="env", header = T,
2012 Nov 27
1
CCA plot
Hi, I have a couple questions about fitting environmental (land use
factors, plant species presence-absence, and soil variables) constraints to
my CCA biplot. 1. After successfully plotting species and site scores in my
CCA, I have been trying to insert the biplot arrows of the environmental
constraints in my data set using the text() function. When I do that, the
plot changes completely. Is there
2008 Oct 23
2
Avoiding Biplot Labels Overllaping
Hi everybody,
I'm trying, without success, to avoid some variables labels to overlap on a capscale (vegan package) object graph.
I was able to move the labels with the coding below, but it moves the entire vector...
CAPobj<-CAPpotiFT
for(i in c(2:8))CAPobj$CCA[[i]][,1]<-CAPpotiFTI$CCA[[i]][,1]
CAPpotiFTI$CCA[[i]][,1][2]<-0.85
And here the graphic script
2008 Oct 03
2
Mirror Image on Biplot Graphic
He everybody,
Well I have a biplot CCA-like origined from plot.cca (vegan package). I need to rotate on y axis the lines and symbols of constrained and sites representation. If I do that on an image editor, I rotate everything, including titles, axes labels and positions. I just need to rotate the inner par and keep the variables names (constrained) and symbols in the new positions but with the