[R] how to delete the bar in the right of "filled.contour" map

Roger Bivand Roger.Bivand at nhh.no
Tue Apr 4 20:50:54 CEST 2006


On Tue, 4 Apr 2006, zhang jian wrote:

> I did the contour map by "filled contour" and I want to add some points in
> this map.
> But It cannot be added truely because the bar is in the right.
> I want to know how to delete the bar in the right or add the points in
> the contour map.

Please see the Note on the help page. Almost everything can be plotted by 
including it in the plot.axes= argument, for example:

plot.axes={points(x,y,cex=0.5); axis(1); axis(2); box()}

because then the graphics system is still plotting in the first layout 
segment, before going on to plot the legend.

> Thanks!
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
> 

-- 
Roger Bivand
Economic Geography Section, Department of Economics, Norwegian School of
Economics and Business Administration, Helleveien 30, N-5045 Bergen,
Norway. voice: +47 55 95 93 55; fax +47 55 95 95 43
e-mail: Roger.Bivand at nhh.no




More information about the R-help mailing list