Rsoc / soc.ca

Specific correspondence analysis in R
http://cran.r-project.org/web/packages/soc.ca/index.html
14 stars 1 forks source link

"point.color=active$TV" should be "point.color=active$data_taste.TV,legend = TRUE" ? #106

Open 419kfj opened 2 years ago

419kfj commented 2 years ago

Anton,

I am reading your sample code for "Taste dataset" to understand MCA, speMCA, and CSA

at the section # Plot of all dublets,

2nd line of code is map.ind(result.mca, map.title="Map with individuals colored by the TV variable", point.color=active$TV) I think the last term point.color=active$TV should be point.color=active$data_taste.TV,legend = TRUE (I added the legend=TRUE).

Is it OK ?