I would like to create a point plot with the following two sets of points:
 #1 plot(Day,Total) and #2 (Day,cons_hat).  Total is the actual value seen
and cons-hat is a predicted value.  If possible, I do not want to stack them
as they are quite long. (FYI, I did use the reshape on a previous post,
thanks, but this one is different).

Day  Tank Tanks    Total cons_hat
1    a    a4 5.651017     5.59
2    a    a5 5.017499     5.29
3    a    a6 4.894238     4.69
4    c    c4 3.986347     3.40
5    c    c5 4.099442     3.58
6    c    c6 4.150522     3.64
7    h    h4 5.187792     6.32
8    h    h5 6.713422     6.44
9    h    h6 5.168555     5.62



Keith

-- 
M. Keith Cox, Ph.D.
Alaska NOAA Fisheries, National Marine Fisheries Service
Auke Bay Laboratories
17109 Pt. Lena Loop Rd.
Juneau, AK 99801
keith....@noaa.gov
marlink...@gmail.com
U.S. (907) 789-6603

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to