powered by
Signal aggregation functions for circularProjection and polarProjection internal calls. The aggregation should be symmetric with respect to signal polarity, ensuring that opposite signals produce corresponding outputs.
circularProjection
polarProjection
signalAggregation(method = c("mean", "wmean", "log.wmean", "exp.wmean"))
Returns a function of the form: function(x) { ... }
function(x) { ... }
A character string specifying the method for signal aggregation, returning either a customized mean or weighted.mean function.
mean
weighted.mean
Sysbiolab Team
circularProjection, polarProjection, weighted.mean
aggregate.fun <- signalAggregation()
Run the code above in your browser using DataLab