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

fit_all_trajectories does not pass checkpoints variable to function #10

Open
hathawayj opened this issue Jun 4, 2016 · 2 comments
Open

Comments

@hathawayj
Copy link

It appears that the function tras_dat is missing it. That was the one I needed, however xg and z_bins may need to be passed as well.

trans_dat <- dat %>% addTransform(function(k, x) {
fit_trajectory(datadr::flatten(x), fit,checkpoints=checkpoints)
})

@hafen
Copy link
Owner

hafen commented Jun 5, 2016

Good call - you must have an old version since this is fixed in the current version: https://github.com/hafen/hbgd/blob/master/R/analysis_fit_traj.R#L239-L241

@hathawayj
Copy link
Author

should've checked that. Thanks for the response.

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