My PCA result using prcomp() function is summarised and plot as followings. How to interpret the plot results? It shows in some online article that the points present the amount of variance attributed to the different principal components. However, the value seems not matching with any of the statistics, e.g., standard deviation, the proportion of variance, or cumulative proportion.
> summary(data_pca)
> plot(data_pca,type="lines")