search for: totalp

Displaying 3 results from an estimated 3 matches for "totalp".

Did you mean: total
2011 Jun 15
2
plot with two y axes BUT unaligned x axis
...e 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",ylim=c(0,80),xlab="Time",ylab="Number of egg masses") # I am using one trap of many lines(CollectionDate[data$Trap=="DPAU1"],TotalP[data$Trap=="DPAU1"],lwd=2) par(new=T) plot(release.date.Total[data$Trap==&q...
2005 Aug 09
3
file
...**************************** package asl; import java.awt.*; import java.awt.event.*; import java.applet.*; import java.awt.*; import java.awt.event.*; import javax.swing.*; public class animat extends JApplet implements Runnable{ Thread t = new Thread(this); Image picture[]=new Image[6]; int totalpic=0; int current=0; int pause=500; String imgText; //********************************* public void init(){ t.start(); String pauseText=null; pause=Integer.parseInt(pauseText); for(int i=0;i<6;i++){ imgText=getParameter("image"+i); if(imgText!=null){...
2017 Oct 20
1
create a loop
...t;)), .Names = c("RegionA", "site", "temp", "group"), class = "data.frame", row.names = c(NA, -19L)) head(dat1) dat2<-structure(list(group = structure(1:3, .Label = c("A", "B", "C" ), class = "factor"), totalP = c(250L, 375L, 180L), sampled = c(25L, 37L, 27L)), .Names = c("group", "total.pop", "sampled.pop"), class = "data.frame", row.names = c(NA, -3L)) ## idx <- 1:nrow(dat1) lll <- split(idx, dat1$group) ########################## #Replication 1 cr...