r - Error: unexpected input in "colours = -


hi im real self teaching r newbie: i'm following gwr tutorial here on first page code fails at

colours = c(“dark blue”, “blue”, “red”, “dark red”) 

creates colour palette , @ spplot

spplot(map, “nocars”, cuts=quantile(nocars), col.regions=colours) 

error: unexpected input in "colours = c(�"

and same spplot

error: unexpected input in "spplot(nocars, �"

could please help, im sure silly.


Comments

Popular posts from this blog

python 3 IndexError: list index out of range -

android - How to save instance state of selected radiobutton on menu -

IF statement in MySQL trigger -