Further arguments passed to the function crosstable.
Details
This function produces two output files to be imported into a ‘Juice’
file:
A vegetation table produced by crosstable and a header table.
Both tables share the file name plus a suffix (table for the vegetation
table and header for the header).
For the import in ‘Juice’, you may start with the table following in the
menu
'File -> Import
-> Table -> from Spreadsheet File (e.g. EXCEL Table)'
and then follow the wizard.
You further import the header table following in the menu 'File -> Import
-> Header Data
-> From Comma Delimited File'.
Notice that the vegetation is a semi-colon delimited file, while the header is a
comma delimited file.
# NOT RUN {library(vegtable)
data(Kenya_veg)
## Only first 20 observationsKenya_veg <- Kenya_veg[1:20,]
# }# NOT RUN {write_juice(Kenya_veg, "SWEA", FUN=mean)
# }