clusterVisual: Plots the different cluster visulisations

Description Usage Arguments Details Examples

Description

Plots barcharts of each cluster's center and saves to the directory specified by the user

Usage

1
clusterVisual(clusterResult, saveLoc = getwd())

Arguments

saveLoc

class:character - directory where the results of the clustering are saved

clusterresult

output from applying clusterPeople()

Details

This function only has two inputs, the clusterResults obtained by applying clusterPeople and the location to save the plots.

Examples

1
clusterVisual(clusterResult, saveLoc='C:/Documents')

jreps/patientCluster documentation built on May 20, 2019, 10:46 a.m.