Hello to all
I run CCA analysis in R under "vegan" package. Now, I want to save my results
in CSV or Excell or text formet.
Can anyone help my.
Best regards
Reza
Check If your output is in the format of data frame or matrix,
and to check whether it is a data frame or matrix, use the commands,
is.data.frame (MyData)
or
is.matrix(MyData)
to write as csv, you may use, write.table or write.csv commands,
e.g: write.csv(MyData, file = "MyData.csv",row.names=FALSE, na="")
write.table(MyData, file = "MyData.csv",row.names=FALSE, na="",col.names=FALSE, sep=","
if the output is of different format, you can tell about the format output for further details,
Hope it will be helpful,
Mona
Dear Reza,
try is.vector(Mydata) or tell me the structure(my data) or dim(my data) or print(my data)
So, i will be able to suggest the next step.
please follow the following link to CCA in vegan,
http://ecology.msu.montana.edu/labdsv/R/labs/lab12/lab12.html
Regards,
Can anyone help me identify this plant species? I saw it when I was climbing in the mountains. It had grown on the cavity in a large rock.
05 June 2014 3,279 10 View
Particulate organic matter (POM) is a transitory pool of organic matter between fresh plant residues and humified organic matter. It is typically enriched in C and nutrients, and although it...
04 May 2014 1,700 8 View
Based on my research, this method is used to assess the adequacy of sampling, but I don't know what the difference is between them. Can anyone help me regarding this subject? Which individual...
03 April 2014 2,221 21 View
Principle of sub-pixel classifiction method
11 December 2012 8,673 7 View
Dear QE-users, In the method where full MS positive mode and PRM mode are used, we always get an incorrect auxiliary gas reading (41 instead of 25). This only happens in this method; other...
06 August 2024 4,953 0 View
How do soil microflora interact with plant roots and influence plant nutrition, health, and productivity?
06 August 2024 9,618 3 View
I attempted to make a privately uploaded text public but a window appeared that said an error occurred. There was no explanation provided as to why there was an error or what might be done to...
05 August 2024 8,025 7 View
Hello guys! Do you have experience running a Oaxaca-Blinder decomposition on R applying person weights. How do you suggest doing it? I have a variable PERWT which gives more information on how...
04 August 2024 6,033 0 View
How do soil microbes affect plant health and productivity and how do plants interact with soil microorganisms and contribute to soil fertility?
31 July 2024 5,087 4 View
What is the role of decomposers in the cycling of matter in the biosphere and role do soil microbes play in plant nutrition availability and uptake?
31 July 2024 7,921 5 View
Does anyone know of a module for the JAMOVI software that is capable of generating mean separations using the classic letters based on post hoc results (e.g., Tukey test)? If, as I believe, such...
31 July 2024 3,333 4 View
How microorganisms are important for maintaining of healthy soil and biodiversity and microorganisms and plant roots contribute to soil formation?
31 July 2024 8,939 5 View
Hello Everyone I have a question about structure for connectivity analysis on sources. My goal: preprocess and cut data into trials create headmodels, using template MRI file perform source...
30 July 2024 2,744 1 View
When I run autogrid4 it says: autogrid4: ERROR: Unknown receptor type: "Cr" -- Add parameters for it to the parameter library first! Look forward to your reply.Thank you so much!
29 July 2024 488 0 View