[FLR-list] FLPar
Laurie
lauriekell at googlemail.com
Mon Feb 27 09:43:23 CET 2012
There are various problems with FLPar, mainly related to iterations and
methods e.g.
1) methods in FLSR
x=FLPar(s=0.75,v=1500,spr0=12)
x=propagate(x,10)
ab(x,"bevholt")
2) adding objects together
rbind(FLPar(a=1),FLPar(b=2))
rbind(FLPar(a=1),propagate(FLPar(b=2),10))
3) adding objects together
attributes(x)[["origin"]]="generated by gislasim"
attributes(x)
x["s"]=1
attributes(x)
WRT 1) I have written two new methods for ab& sv, but 2) is a problem.
2) this should add iters to an object if it currently only has a single iter
3) attributes should be preserved.
Laurie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/flr-list/attachments/20120227/5012b01f/attachment.html>
More information about the flr-list
mailing list