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
At the moment specifying no transmission from those isolated (as in the Hellewell et al. paper) requires specifying isolated = function(n) return(0) which is perhaps not very intuitive - should we accept a NULL option that does this for the user?
At the moment specifying no transmission from those isolated (as in the Hellewell et al. paper) requires specifying
isolated = function(n) return(0)which is perhaps not very intuitive - should we accept a NULL option that does this for the user?