Difference between revisions of "File:Nadat.csv"

From Testiwiki
Jump to: navigation, search
(rcode for calculating diversity indices)
(improved output)
Line 19: Line 19:
 
q.wiki <- c(0,1,2,3,4)
 
q.wiki <- c(0,1,2,3,4)
  
cat("Printing alpha diversities for transects.\n")
+
out <- diversity(amount = data$value, species = data$variable, transect = data$transect)
  
out <- diversity(amount = data$value, species = data$variable, transect = data$transect)
+
cat("Gamma diversities for transects.\n")
out
+
print(xtable(out[[3]]), type = 'html', html.table.attributes = "class='sortable'")
  
cat("Printing summary of diversity indices.\n")
 
 
out <- diversity.table(amount = data$value, species = data$variable, transect = data$transect)
 
out <- diversity.table(amount = data$value, species = data$variable, transect = data$transect)
out
+
 
 +
cat("Summary of diversity indices.\n")
 +
print(xtable(out), type = 'html', html.table.attributes = "class='sortable'")
 
</rcode>
 
</rcode>

Revision as of 20:19, 28 February 2012

+ Show code

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current18:19, 28 February 2012 (27 KB)Jouni (talk | contribs)And again to UTF-8 (previous was ANSI)
18:15, 28 February 2012 (27 KB)Jouni (talk | contribs)Öökkösiä muunnettu sopivammiksi.
16:38, 28 February 2012 (27 KB)Kalle (talk | contribs)
  • You cannot overwrite this file.

There are no pages that link to this file.