[R] Help to solve an Error

Jackson Rodrigues jacksonmrodrigues at gmail.com
Thu Jun 4 12:20:58 CEST 2015


Hi,



I want to apply the codes of Gavin Simpson from
http://www.fromthebottomoftheheap.net/2011/06/11/global-warming-since-1995-now-significant/
on my own data to detect trends in a subset. However, when I run:

> grecent <- subset(gtemp, subset = Year >= 1995,select = c(Year,
Annual))

I get error:

Error: unexpected ';' in "grecent <- subset(gtemp, subset = Year >"

I've tried to replace ";" with several things, but it does not work at all.

Could anyone help me to solve this "problem"?

Best Regards,

Jackson Rodrigues

	[[alternative HTML version deleted]]



More information about the R-help mailing list