Hi R helpers,
I tried to convert a list of LatLong coordinates (in DD format) into UTM
zone 11 NAD 27. I first tried this from PBSmapping:
library(PBSmapping)
LatLong<-cbind(c(56.85359, 56.85478),c(-118.4109, -118.4035))
colnames(LatLong)<-c("X","Y")
attr(LatLong, "projection") <- "UTM"
attr(Lat
on the x axis) besides each other? Another option would be to
> add transparency to the fill color of the plot (col=rgb(1,1,1,0.5)).
>
>
> On 07/29/2011 05:21 PM, Colin Bergeron wrote:
>
>> Thanks Jannis,
>>
>> I am including an example code of what I am trying
;
> par(new=TRUE)
>
> and to superimpose the barplot with whatever curve you want to include. You
> may need to set the x/y limits of the two plots to be identical.
>
>
> HTH
> Jannis
>
>
>
> On 07/29/2011 04:29 PM, Colin Bergeron wrote:
>
>> Dear list
Dear list,
I want to plot a sample depth curve over a barplot. It would be perfect if
the argument "inside" in the barplot function would be functional, cause I
could just add this curve to the actual barplot, but it seems like it is not
(not yet implemented). Argument "inside" would allow not to
4 matches
Mail list logo