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

color points by qvalues in regression plot #85

Closed
tdelhomme opened this issue Jan 28, 2016 · 1 comment
Closed

color points by qvalues in regression plot #85

tdelhomme opened this issue Jan 28, 2016 · 1 comment
Assignees
Milestone

Comments

@tdelhomme
Copy link
Member

for example take colors on a rainbow, don't forget to show the corresponding palette (same as for benchmarking? i.e. stopped at 100)

par(mfrow=c(1,2))
vect=sample(1:10,10)
plot(vect,vect,col=rainbow(length(vect)),pch=19)
plot(vect,vect,col=rainbow(length(vect))[match(vect,sort(vect))],pch=19)

color_qvals

@tdelhomme tdelhomme self-assigned this Jan 28, 2016
@tdelhomme tdelhomme added this to the v1.0 milestone Jan 28, 2016
@tdelhomme
Copy link
Member Author

add at the same time the sample name of outliers in the plot, near their points.

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

2 participants