Visualise the whole dataframe, class, and missing dataTools for creating preliminary visualisations to “get a look at the data” |
|
|---|---|
Visualises a data.frame to tell you what it contains. |
|
Return data used to create vis_dat plot |
|
Focus on the missing dataSpecifically display information about the missingness |
|
Visualise a data.frame to display missingness. |
|
Return data used to create vis_miss plot |
|
Compare two dataframesOnly takes dataframes of the same dimensions |
|
Visually compare two dataframes and see where they are different. |
|
Visualise whether a value you expect is in a data frameVisualise where certain conditions or values are TRUE in your data. |
|
Visualise whether a value is in a data frame |
|
Visualise correlations in a dataframeShow the correlation amongst variables in simple function |
|
Visualise correlations amongst variables in your data as a heatmap |
|
Return data used to create vis_cor plot |
|
Display the best guess of what each cell containsPotentially reveal other classes in your dataset |
|
Visualise type guess in a data.frame |
|
Display binary values (0,1) in a data frameExplore data that is only binary in your data |
|
Visualise binary values |
|
Display the values of each cellPotentially reveal hidden patterns by seeing scaled values |
|
Visualise the value of data values |
|
Example data provided with visdatData is provided for exploring different functions in visdat |
|
A small toy dataset of binary data with missings. |
|
A small toy dataset of imaginary people |
|
A small toy dataset of imaginary people |
|
Misc helper functionsFunctions that might be useful for users |
|
Abbreviate all variables in a data frame |
|