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

Improve scientific notation formatting on y-axis labels in plot.life.data() #17

Open
Auburngrads opened this issue Aug 17, 2019 · 0 comments

Comments

@Auburngrads
Copy link
Owner

In the following code

v7tube.ld <- frame.to.ld(v7tube,
                         response.column = c(1,2),
                         censor.column = 3, 
                         case.weight.column = 4,
                         time.units = "Days")

plot(v7tube.ld)

The y-axis labels in this plot are formatted as 6e-01 instead of putting the 01 in the exponent. The problem likely derives from fix.exp.labls()

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

1 participant