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

vis_fct - visualise values of a factor #91

Open
njtierney opened this issue Jul 16, 2018 · 1 comment
Open

vis_fct - visualise values of a factor #91

njtierney opened this issue Jul 16, 2018 · 1 comment

Comments

@njtierney
Copy link
Collaborator

Similar to gg_miss_fct, vis_fct would instead display the values, rather than the % missing of a value.

@jzadra
Copy link

jzadra commented Nov 28, 2018

I'm copying some comments from #105:

Some thoughts about a vis_fct - it would require converting things that we want to see values of to factor first (for instance year, which should be stored as numeric)
Another option - what if any column with less than x unique values gets treated like a factor (ie different colors for values), and the value of x is an argument. (this could be done in vis_dat as opposed to a new function?
vis_dat(x, colorfct = T, distincttofact = 10)

@njtierney njtierney modified the milestones: V0.7.0, V0.6.0 Oct 14, 2022
@njtierney njtierney modified the milestones: V0.6.0, 0.5.4 Oct 14, 2022
@njtierney njtierney modified the milestones: 0.5.4, V0.6.0 Feb 1, 2023
@njtierney njtierney modified the milestones: 0.7.0, 0.8.0 Apr 24, 2023
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