Displaying 3 results from an estimated 3 matches for "bioenerget".
2003 Jul 14
2
problem with coding for 'optim' in R
...tors()' for more information.
Type `demo()' for some demos, `help()' for on-line help, or
`help.start()' for a HTML browser interface to help.
Type `q()' to quit R.
> ####################################
> # perch.R #
> # Hewett and Johnson bioenergetics #
> # model combined with #
> # Trudel MMBM to estimate #
> # Consumption in perch in R code #
> # Execute with #
> # R --vanilla < perch.R > perch.out#
> ####################################
>
> #USER INPUT BELOW...
2005 Jan 06
6
"labels" attached to variable names
...plots? I fear this is not possible and one must enter this by hand as
ylab and xlab when making plots.
Thanks in advance,
Denis Chabot
------------------------------------------------------------------------
---------------------------
Denis Chabot, Ph.D.
Chercheur en bio?nerg?tique Bioenergetics researcher
Institut Maurice-Lamontagne Institut Maurice-Lamontagne
P?ches et Oc?ans Canada Fisheries & Oceans Canada
CP 1000, Mont-Joli, QC PB 1000, Mont-Joli, QC
G5H 3Z4 G5H 3Z4
Canada...
2003 Jul 15
7
Excel can do what R can't?????
...be
spectacularly fast at automating complex loops, but seems to be falling
short for this application. Hopefully it's something wrong with my coding
and not with R itself.
Mike
R COMMAND FILE:
####################################
# perch.R #
# Hewett and Johnson bioenergetics #
# model combined with #
# Trudel MMBM to estimate #
# Consumption in perch in R code #
# Execute with #
# R --vanilla < perch.R > perch.out#
####################################
#USER INPUT BELOW
#Weight at time 0
Wo<- 9.2
#Hg concentrati...