We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to draw the phase diagram of the Solow economic growth model. Using y^a with a that is a non-natural number, I get:
Error in if (any(dx[i, j] != 0, dy[i, j] != 0)) { : missing value where TRUE/FALSE needed
The code I use is:
solow <- function(t, y, parameters) { list(y^0.5) } example2_flowField <- flowField(solow, xlim = c(0, 4), ylim = c(0, 4), system = "one.dim", add = FALSE, xlab = "t")
Can somebody help me?
The text was updated successfully, but these errors were encountered:
Sorry, I can't seem to reproduce this error. Can I check what version of phaseR you're running?
Sorry, something went wrong.
No branches or pull requests
I am trying to draw the phase diagram of the Solow economic growth model. Using y^a with a that is a non-natural number, I get:
The code I use is:
Can somebody help me?
The text was updated successfully, but these errors were encountered: