我一直在研究关于 R 和 Forestry 的文本,并且一直挂在下面的代码上。我没有看到这本书的任何更新,并认为代码是正确的,但下面的错误继续困扰着我。感谢您的任何帮助或建议。
fvs.trees <- read.fwf ("....../data/stnd73.fvs"
widths = c(4,3,6,1,3,4,-3,3,-7,1),
as.is = FALSE, row.names = NULL,
col.names = c("plot", "tree", "tree.count",
"history", "species", "dbh",
"live.tht", "crown.code"))
错误信息返回
"Error: unexpected ')' in ""crown.code")"