Re: [R] help with population matrix

2013-02-18 Thread David L Carlson
Kane > Sent: Monday, February 18, 2013 10:50 AM > To: Sam Fowler; r-help@r-project.org > Subject: Re: [R] help with population matrix > > Currently your code does not seem to make any sense > ===comments in line > > John Kane > Kingston ON Canada > > > >

Re: [R] help with population matrix

2013-02-18 Thread Roy Mendelssohn - NOAA Federal
;> -Original Message- >> From: s...@st-andrews.ac.uk >> Sent: Mon, 18 Feb 2013 16:09:49 + >> To: r-help@r-project.org >> Subject: [R] help with population matrix >> >> Hi guys, I am a biologist and an R newbie, and I'm learning how to create >> a &

Re: [R] help with population matrix

2013-02-18 Thread John Kane
Currently your code does not seem to make any sense ===comments in line John Kane Kingston ON Canada > -Original Message- > From: s...@st-andrews.ac.uk > Sent: Mon, 18 Feb 2013 16:09:49 + > To: r-help@r-project.org > Subject: [R] help with population matrix >

[R] help with population matrix

2013-02-18 Thread Sam Fowler
Hi guys, I am a biologist and an R newbie, and I'm learning how to create a simple population model. So, I have a population matrix ("pop")of 30 age classes of female (1:4 are non-breeders, 5:30 are breeders) which will be modelled for 100 years. > pop <- matrix(0,30,100) I then populate this ma