You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the composite_ppi() function only composites PPIs for a single parameter.
I need to make composites of a bunch of parameters stored in some PPIs, which obviously I'd like to do all at once rather than separately and then rebuilding a single composite PPI. So I've tweaked the composite function to accept a vector of param names (similar to how param selection in read_pvolfile() works) and a vector of method names to set methods per parameter type (if necessary).
As this is a ‘prototype’ function, I was wondering if you're interested in including this functionality (if you're not already working on it anyways). If so, even though I'm not 100% sure I'll end up using it myself, I could contribute and improve my existing code to make composite PPIs of multiple parameters.
The text was updated successfully, but these errors were encountered:
Currently the
composite_ppi()
function only composites PPIs for a single parameter.I need to make composites of a bunch of parameters stored in some PPIs, which obviously I'd like to do all at once rather than separately and then rebuilding a single composite PPI. So I've tweaked the composite function to accept a vector of
param
names (similar to how param selection inread_pvolfile()
works) and a vector ofmethod
names to set methods per parameter type (if necessary).As this is a ‘prototype’ function, I was wondering if you're interested in including this functionality (if you're not already working on it anyways). If so, even though I'm not 100% sure I'll end up using it myself, I could contribute and improve my existing code to make composite PPIs of multiple parameters.
The text was updated successfully, but these errors were encountered: