Displaying 4 results from an estimated 4 matches for "juncus".
2006 Dec 30
3
getting a new factor
...head(veg)
genus species trophia type geo zone importance
1 Sphagnum subsecundum M A En 100
2 Sphagnum denticulatum M A En 200
3 Molinia caerulea M A En 300
4 Sphagnum flexuosum M A En 400
5 Juncus squarrosus M A En 500
6 Carex echinata M A En 600
I do need a new one with a new factor constructed from a concatenation of the two first columns, genus and species. I am guessing this must be a simple matter while working with R, but I am stuck...
2013 Jun 07
2
Dovecot IMAP
This is my first experience of the mail server.
Set up a mail server from Postfix + Dovecot with the MySQL authorization.
When you create a new user dovecot makes strange folder structure: the
'inbox' contains 'juncus', 'tash', 'sent' etc.
ie 'sent' and other folders are subdir to the 'inbox'.
My result:
04 LIST "" "*"
* LIST (\HasChildren) "." "INBOX"
* LIST (\HasNoChildren) "." "INBOX.Trash"
I want:
04 LIST &quo...
2013 Jun 12
2
Dovecot 2 + IMAP
This is my first experience of the mail server.
Set up a mail server from Postfix + Dovecot with the MySQL
authorization. When you create a new user dovecot makes strange folder
structure: the 'inbox' contains 'juncus', 'tash', 'sent' etc. ie 'sent'
and other folders are subdir to the 'inbox'. How to make the imap
folders 'sent', 'trash' and others were not affiliated?
I have IMAP answer:
. list "" "*"
* LIST (\HasChildren) "." &...
2013 Mar 15
1
merge two matrices
Dear R-help members
I would be grateful if anyone could help me with the following problem: I would like to combine two matrices (SCH_15 and SCH_16, they are attached) which have a species presence/absence x sampling plot structure. The aim would be to have in the end only one matrix which shows all existing species and their presence/absence on all the different plots(an_1, an_2 etc.)
To do