Displaying 2 results from an estimated 2 matches for "bxgap".
Did you mean:
xgap
2008 Jun 25
3
gap.boxplot error message?
Hello,
When I put in the following script line:
gap.boxplot(CLI3, CLI4, CLI5, CLI6, CLI7, gap=list(top=c(8000,280000), bottom=c(0,250)), range=50, outline=TRUE, par(ask=FALSE)
I get a '+' telling me I am missing something. I have tried adding ')', 'width=NULL', etc and then I get this error:
Error: unexpected symbol in:
"gap.boxplot(CLI3, CLI4, CLI5, CLI6, CLI7,
2008 Jun 25
0
subscripted assignments errormessage in gap.boxpot
...#CLI7<-(quantile(hectares5))
# Set margins for plot area
par(mar=c(5, 5, 3, 1))
#classes<-list(cli3, cli4, cli5, cli6, cli7)
classes<-c(cli3, cli4, cli5, cli6, cli7)
gap.boxplot(classes,gap=list(top=c(8000,28000), bottom=c(0,250)), range=5, main=NULL)
#par(ask=FALSE)
-----
Error in bxgap$out[bxgap$out > gap$top[2]] <- bxgap$out[bxgap$out > gap$top[2]] - :
NAs are not allowed in subscripted assignments
I am not quite sure what 'subscripted assignments' means. I tried substituting the 'classes<-list...' for the 'classes<-c(cli3...)' and got...