Skip to content
New issue

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

Mathematical Expression Causes Error #113

Closed
DarioS opened this issue Jul 25, 2017 · 1 comment
Closed

Mathematical Expression Causes Error #113

DarioS opened this issue Jul 25, 2017 · 1 comment

Comments

@DarioS
Copy link

DarioS commented Jul 25, 2017

It'd be nice to be able to use expression to write subscripts. For example, Heatmap(values, name = expression(log[2]~score) currently results in an error.

@jokergoo
Copy link
Owner

It is supported in the package ,but not for the name argument. In your case, to change the default legend title, you can do as follows:

Heatmap(m, heatmap_legend_param = list(title = expression(log[2]~score)))

@DarioS DarioS closed this as completed Aug 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants