View source: R/Run_Positioning_Analysis.R
Run_Positioning_Analysis | R Documentation |
This function conducts a positioning analysis using two data sets of perceptual and preferences data
Run_Positioning_Analysis(perceptions_data, preferences_data, resizepaper = 1.2)
perceptions_data |
Perceptual data csv file |
preferences_data |
Preferences data csv file |
resizepaper |
How much larger should the pdf paper size be to fit everything? Default value is 1.2 |
## Not run:
# This is the sample code to be copied and used in a new R Script:
library(listentodata)
clear_console()
perceptions_data = load_csv_data()
preferences_data = load_csv_data()
resizepaper = 1.2
Run_Positioning_Analysis(perceptions_data,preferences_data, resizepaper)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.