function log.na() removed from package vsn >= 1.5.1
0
0
Entering edit mode
@wolfgang-huber-3550
Last seen 17 days ago
EMBL European Molecular Biology Laborat…
Hi all, as a small step towards removing some clutter and redundancy, the functions "log.na" and "sqr" have been removed from the vsn package, development version (1.5.1). The log.na function (and many other similar ones) can still be found in the marray package. It simply provides a version of the log function that does not throw warnings when called with non-positive arguments: log.na = function (x, ...) log(ifelse(x > 0, x, NA), ...) Best wishes Wolfgang ------------------------------------- Wolfgang Huber European Bioinformatics Institute European Molecular Biology Laboratory Cambridge CB10 1SD England Phone: +44 1223 494642 Http: www.dkfz.de/abt0840/whuber
vsn marray vsn marray • 597 views
ADD COMMENT

Login before adding your answer.

Traffic: 857 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6