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

use data.frames for plotting #1

Open
jeff-goldsmith opened this issue Jun 17, 2016 · 0 comments
Open

use data.frames for plotting #1

jeff-goldsmith opened this issue Jun 17, 2016 · 0 comments
Assignees

Comments

@jeff-goldsmith
Copy link
Member

In many existing functions, plots are made by converting a matrix to a data.frame and then plotting. Commit f86ad0b added a as_refundObj function to convert matrices to objects with class data.frame using a consistent naming scheme for the time index (index), the subject id (id), and the function value (value). In the future, it's hoped that this naming scheme will be used throughout refund.

Other plotting functions should be similarly modified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant