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

funny "usage" lines in secuTrialdata.Rd #139

Closed
gillesdutilh opened this issue Dec 11, 2019 · 3 comments · Fixed by #141
Closed

funny "usage" lines in secuTrialdata.Rd #139

gillesdutilh opened this issue Dec 11, 2019 · 3 comments · Fixed by #141

Comments

@gillesdutilh
Copy link
Contributor

There are two funny lines in the "usage" of secuTrialdata.Rd:

print(x)
plot(x)

@PatrickRWright
Copy link
Collaborator

PatrickRWright commented Dec 11, 2019

hey @gillesdutilh

These lines come from the generic print() and plot() methods for the secuTrialdata object.

The relevant lines are this and this.

@PatrickRWright
Copy link
Collaborator

I wonder if we should remove the generic plot() since we are not exporting it anyway. For the print() we should maybe change the x to something more descriptive.

@gillesdutilh
Copy link
Contributor Author

If print just works without further arguments, you do not need to describe in the help. You could add both generic function descriptions under "see also".

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

Successfully merging a pull request may close this issue.

2 participants