plot.biplot_hedonic returns ggplot to visualize outputs from biplot_data.check_model_hedonic

# S3 method for biplot_hedonic
plot(x, ...)

Arguments

x

Output from biplot_data.check_model_hedonic

...

further arguments passed to or from other methods

Value

It returns a list with two elements:

  • ca_biplot biplot regarding CA analysis

  • hcpc biplot biplot regarding PCA and HCPC analysis which is a list of two elements

    • variable of the PCA and supplementary variables

    • clusters of juges plot on the PCA

Details

S3 method. The plot are done with the factoextra package

See also

  • biplot_data