search for: hectares2

Displaying 2 results from an estimated 2 matches for "hectares2".

Did you mean: hectares
2008 Jun 25
0
subscripted assignments errormessage in gap.boxpot
...ot;,") cli7<-read.table("F:\\Megan\\cli7.csv", header=TRUE, sep=",") # Attach these to the dataframe attach(cli3) attach(cli4) attach(cli5) attach(cli6) attach(cli7) # Calculate box and whisker values for each file #CLI3<-(quantile(hectares)) #CLI4<-(quantile(hectares2)) #CLI5<-(quantile(hectares3)) #CLI6<-(quantile(hectares4)) #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), bot...
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,