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
In order for the whole code to be more readable, I suggest doing what follows:
Apply uppercase for all constants in data-raw/internalData.R and everywhere they are used
Create a R/modelUtils.R file which contains the defintions of models, functions for asymmetry and other utility/helper functions used in bothspatialBehaviour and temporalBehaviour functions
The text was updated successfully, but these errors were encountered:
Apply uppercase for all constants in data-raw/internalData.R and everywhere they are used
I would not recommend that. Convention is the use of CamelCase everywhere for variables. I think it's best if we manage to stick with it.
Create a R/modelUtils.R file which contains the defintions of models, functions for asymmetry and other utility/helper functions used in both spatialBehaviour and temporalBehaviour functions
This can be a good idea, to separate the models part from actual dealing of internal Behaviour functions.
Do you have a list in mind ? What I can think of :
What is your issue?
In order for the whole code to be more readable, I suggest doing what follows:
spatialBehaviour
andtemporalBehaviour
functionsThe text was updated successfully, but these errors were encountered: