Description Usage Arguments Value See Also Examples
Plots a normal qq-plot for a given vector. This function utilises ggplot2 to design and plot the Visualisation. The plots can also be saved to a specified directory. Original code by Aaron (2010) - https://stackoverflow.com/questions/4357031/qqnorm-and-qqline-in-ggplot2/
1  | visualise_qqplot(vector, directory = NULL)
 | 
vector | 
 A vector to be visualise  | 
directory | 
 A character object specifying the directory where the data frame is to be saved as a .csv file.  | 
Outputs a variety of bar charts or histograms
visualise_residuals, visualise_variables_x, visualise_variables_xx
1 2 3 4 5 6  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.