On 29/08/2020 1:10 p.m., Sigbert Klinke wrote:
Hi,

is there in R a way to "normalize" a vector from
compact_intseq/compact_realseq to a "normal" vector?

I don't know if there's a function specifically designed to do that, but as Henrik proposed, this works:

 l_normalized <- unserialize(serialize(l, connection=NULL, version=2))

Duncan Murdoch

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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