Displaying 2 results from an estimated 2 matches for "jenkerekes".
2012 Jul 09
4
how to make plot lines thicker
I am trying to make the lines thicker in a graph (for a ppt presentation).
Here is what I currently have:
plot(x,y,type="l", ylab="Number of OTUs", xlab="Number of Samples
Collected", col="Black", pch=1, ylim=c(0,6000))
points(x, Sobs$Chao_1_Mean, type="l", col="Gray", pch=1) (this is one of the
added lines in the graph).
I believe
2012 Jul 10
1
R code help to change table format
I am trying to input an OTU table into EstimateS, however, the format of the
OTU table has to be changed to fit the format EstimateS will accept. In R, I
would like to change the format of the OTU table (from excel). Here is what
I need to do, take Example 1 and create Example 2. The problem is that I
have hundreds of OTUs, so I can't do this by hand (and I'd love to have a
code that I