Skip to content
Prev 14108 / 29559 Next

Mysterious (to me) behaviour of cbind() on an envelope -- ASDAR ch. 7

Hi,

I  think this is because Gresuts is an fv object in adtition to a
data.frame. It has its own cbind.fv method.
Use cbind.fv to combine several "fv" objects. Use bind.fv to glue
additional columns onto an existing "fv" object.

So you should use instead bind.fv...

Cheers


Marcelino


Con fecha 3/2/2012, "D G Rossiter" <rossiter at itc.nl> escribi?: