Skip to content
Prev 15050 / 29559 Next

Question about "col.gal.nb" object

Am 11.05.2012 19:58, schrieb Eder Gerardo Qui?ones Sanchez:
Though someone might accidentally know what col.gal.nb is and where it 
comes from, having told us here would have been much nearer to 
'reproducible'.
If you refer to the documentation of the plot method you are using here, 
I suspect you find out that 'nb' refers to the first argument and 
'coords' to the second. The error message tells you they need to fulfil 
the condition given in the message ('length(nb) == nrow(coords)' is 
actually an R expression!).

HTH,
Tom