search for: sizestandard

Displaying 1 result from an estimated 1 matches for "sizestandard".

2013 Jan 28
1
incorrect import?
...all, I'm not getting what I'm doing wrong. The line below from my read.fsa.bin function throws an error when just loading my AFLP package and disappears when I load the zoo package as well. #the line that throws the error Index <- which(Peak == rollmax(Peak, k = 1 + 2 * floor((min(diff(SizeStandard)) * Fs - 1) / 2), fill = -Inf)) #the error Error in UseMethod("rollmax") : no applicable method for 'rollmax' applied to an object of class "c('double', 'numeric')" DESCRIPTION of the AFLP package contains Imports: ggplot2, mvtnorm, seqinr, zoo, signal,...