search for: collectiondate

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

2011 Jun 15
2
plot with two y axes BUT unaligned x axis
...(y axes) that share date as the x axis. However, the date values for each variable are not the same - for example, some parasitoids were not released on days that collections from the trap took place, whilst sometimes releases did occur on the same day. I would like to align them. My code is: #### CollectionDate<-as.Date(CollectionDate,"%m/%d/%Y") # days that had collections release.date.Total<-as.Date(release.date.Total,"%m/%d/%Y") # days that had releases par(mar=c(5,4,4,4)+0.1) plot(CollectionDate[data$Trap=="DPAU1"],TotalP[data$Trap=="DPAU1"],type="n...