search for: entries_see_

Displaying 1 result from an estimated 1 matches for "entries_see_".

Did you mean: entries_seen
2011 Oct 21
0
add=TRUE or similar in spplot?
...lwd=10) # (A) My problem: - I'd like to overlay narrow lines (lwd=5) with the appropriate colors of a second data column. My tests: 1) I tried it with the spplot options: lwd=10, sp.layout=list(list(spRiverDf['data.col.2'], col=colorS, lwd=5)) 2) Second try: result <- spplot("entries_see_(A)"); result + layer(sp.lines(spRiverDf['data.col.2'], col=colorS, lwd=5)) My results: - In both tests I get with spplot the desired but with the additional things only single-coloured (takes the first entry of 'colorS') lines. My questions: - Is there a possebility to overla...