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
x <- ysym("x") y <- ysym("y") eq <- x^2 + 3*x + 4*y + y^4 eq
gives
## [1] x^2+3*x+4*y+y^4
It would be better if it was more clear that eq is a yac_symbol. For vectors and matrices this is more clear due to the {'s.
eq
yac_symbol
{
A suggestion:
## y: x^2+3*x+4*y+y^4
The text was updated successfully, but these errors were encountered:
Suggestion for #38
9d9bd37
No branches or pull requests
gives
It would be better if it was more clear that
eq
is ayac_symbol
. For vectors and matrices this is more clear due to the{
's.A suggestion:
The text was updated successfully, but these errors were encountered: