Displaying 20 results from an estimated 100 matches similar to: "on NMDS graphics"
2005 May 31
1
weird problem
hello,
i'm having a rather weird (i think) problem:
i have a freebsd 5.4 box running apache2.0.54. i use samba3.0.14a mount_smbfs to mount a share (my documents) from my windows2003 machine to under the apache www dir. the problem is that i cannot access much of the files on win2k3 from the internet. i'll try to explain:
apache seems to work fine.
samba seems to work fine both
2007 Sep 07
1
Samba and AD: Strange problem with connection
Hi,
I have BIG problem with samba and Active Directory.
Usually it can't get sid... But sometimes it works.... And it can connect to
AD. Until restart....
net rpc getsid;
Unable to find a suitable server
sometimes it gets.... -->
Storing SID S-1-5-21-232394995-2236763843-2194921025 for Domain SBSMENIS in
secrets.tdb
I have to make many tries to join to AD... And then it works... Until
2007 Aug 02
2
Re : beamer error with R
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20070802/04c0f92e/attachment.pl
2007 May 21
1
Samba 3.0.22 error with domain accounts
I have compiled Samba 3.0.22 on Solaris 10 (sparc.) It has been
configured as a PDC with a domain of, say, "SAMBADOMAIN." It has
some predefined group mappings for the Administrators and "Domain
Admins" group. These mappings were dropped in later versions of Samba.
(I have been working with 3.0.24 as well. Unfortunately it doesn't seem
to play nice with
2007 Sep 19
1
wbinfo
Hi,
I am trying to configure a RHEL-4 server with SAMBA. We need the
server to authenticate against our Windows AD servers. We have
several trusted domains.
I have been working with RedHat's support and so far they have not
been able to resolve this issue.
We can join the domain but we cannot map the shares from any pc
(windows or linux) using a domain account (user or admin)
It takes
2005 Jul 01
1
Setting lattice boxplot's lines to black
Hi R users.
I'm using the lattice library and I need a print version for my graphics.
How Set I my boxplot's lines to black ????
tpl<-trellis.par.get("plot.line")
tpl$col<-"black"
trellis.par.set("plot.line", tpl)
Don't work. Boxplot's lines aren't black.
Thanks a lot.
This is my script.
library(lattice)
# I set background's
2007 Aug 03
4
inconsistency?
I am less than familiar with Microsoft, so I guess it might be an FAQ...
if I click on "network neighborhood" which reveals a Samba server, it shows a
list of all shares. If I click on a share, I get a message "cannot find share
name". Somehow this does not sound logical to me... what is wrong?
2002 Jul 03
1
directory replication between two servers
Hi All,
I am two Linux servers with rsync server running on both. Now I am
replicating directories in both servers with the command rsync -avz ....
My requirement is, if I made any changs in the first server, say server
A, I want to see the changes in the scond server immediately....some
thing similar to mysql database replication....how can I do that..??
Any help...
sinu
thanks,,,,,
2010 Jan 04
2
web based index of samba share contents
Anyone know of a good opensource product to give google desktop like search
functionality via web browser of a set of samba shares running on a Debian
5.x server. It needs to be able to fully index word, excel, openoffice and
text files at a minimum. It should also have some form of ACL control so
that only certain users can actually search the index for specific smb
shares.
In this
2007 Jul 30
2
SSO across multiple physical subnets
Hi,
I?ve been reading up on SSO-based logins for the last couple of weeks. I?ve
found a lot of information about it, but nothing that matches my situation.
Here?s the gist of my situation...
- I have a Samba 3 PDC in our corporate office as well as three remote
offices.
- Each remote office is in a different physical building and connected to
the Corporate office either via Point-to-Point T-1
2010 Mar 09
3
Fine Tuning Plotrix
Dear All,
Please see the code snippet at the end of the email.
I am using the color2D.matplot in Plotrix to plot a matrix.
It works great, but there are a few things I cannot figure out
(1) the value of cex.axis in the code snippet does not seem to affect
the final pdf at all (at least on my system, Ubuntu 9.10, plotrix and
Cairo installed from cran). How do I specify the size of the axis ticks
2008 Sep 09
2
NMDS and varimax rotation
hello,
subsequently to a NMDS analysis (performed with metaMDS or isoMDS) is
it possible to
rotate the axis through a varimax-rotation?
Thanks in advance.
Bernd Panassiti
2010 Jul 22
1
interpretation of stress in NMDS
Among those users of Primer, stress values greater than 0.3 are
interpreted as "questionable". Using both isoMDS and metaMDS (vegan
package), the stress values returned are much higher using my own data
and using examples provided in R Help. For example Rstress = 8.3, and
the stressplot r2 = 0.99 indicating (to me) that the ordination is OK.
I am guessing that the "stress"
2010 Feb 13
2
NMDS ordination
Hi
Im currently trying to plot my NMDS data together with fitted variables
(envfit funct) on an ordination plot. The plot function shows two
displays="sites" and "sp". I was wondering how to plot it so that the sites
come up as different points for different sites but the species come up as
actual names? It looks a little busy at the moment with everything in.
Sya
--
View
2018 Apr 17
0
nMDS with R: missing values
Dear All,
I was wondering whether anyone might be able to provide some advice with an nMDS / R problem. I'm trying to run nMDS on a dataset that contains many missing values and was wondering how I can account for the missing values when running nMDS? It seems as though the data are being grouped depending on where the zero values appear. Any suggestions greatly appreciated. Thank you very
2018 Apr 22
0
nMDS with R: missing values
Are you missing values coded as missing values? That is, are they NA? Such NA-values should be handled by vegan::monoMDS. Naturally, it can be possible that your data set cannot be meaningfully analysed if you have too many missing values or missing values are grouped in peculiar ways. Zero-values are not missing values, but they indicate 0-difference (= identical observations). The missing values
2009 Oct 14
2
metaMDS NMDS: use of alternative distances?
Dear r-helpers!
How can I integrate other distances (in the form of a dist object) into function metaMDS? The problem: metaMDS needs the original data.frame for the calculation and only the default distances of function vegdist are allowed.
Any suggestions are greatly appreciated!
Thank you,
Kim
--
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller
2010 Jan 20
1
Problem in NMDS
Hi,
I am stuck in one problem when doing nonmetric multidimensional scaling. I use the function 'metaMDS' in the package 'vegan' to work on the presence/absence community data. The problem is when two samples are identical (dissimilarity = 0), metaMDS cannot work with zero dissimilarity.
I don't want to delete the duplicates as they are true samples from different locations.
2011 May 22
0
Manipulating rownames for nMDS
I am trying to plot an nMDS plot using ggplot2. My rownames are coded so
that they can be broken down by Site, Species, Treatment, or Replicate based
on unique separators. There are no column headers. I am having trouble
coding ggplot2 to plot by Site -or- Species -or- Treatment and NOT by all
unique row names. This is probably a simple question but I'm still very new
with command line
2007 Nov 14
1
label plotting on nmds diagram
Hi,
I'm using nmds command (library vegan) to analyze some fishing data.
I'd like to plot not only points, but also the names of species and stations in
a specified position.
I used the command
text(nmds$points[,1], nmds $points[,2],labels=row.names(nmds
$points),pos=3,cex=0.5)
But the labels are sometimes overlapped.
Is there any way to use identify, or a similar command, to plot the