Displaying 1 result from an estimated 1 matches for "sumoftotalcatch".
2006 Sep 21
2
R data query
...hose alien computer momements one finds every
so often in life. See the sequence below:
> fish3.fis <-read.csv("emperor2.csv", check.names = TRUE, strip.white =
TRUE)
> colnames(fish3.fis)
[1] "Month" "Year" "FishingArea"
"SumOfTotalCatch" "CPUE"
[6] "rCPUE" "PA" "Latitude" "Longitude"
"Depth"
[11] "SST"
> hist(CPUE)
Error in hist(CPUE) : Object "CPUE" not found
So, the system knows...