Jack-H-Buckner / UniversalDiffEq.jl

Universal differential equations for ecologists
MIT License
3 stars 0 forks source link

51 change covariates input data to long format tables #53

Closed Jack-H-Buckner closed 1 week ago

Jack-H-Buckner commented 1 week ago

Change the covariates data to long format tables to converge existing code based on wide format tables you can use the RCall library using RCall @rput X R""" X <- reshape2::melt(X, id.var = c("time","series")) """ @rget X