October 16, 2017 at 10:51 am
#898
yeunkim
Participant
Hi,
In this command:
bss_data <- load_bss_data (type=”cbm”,
subjdir = /Users/leonidastra86/Desktop/ICBM25
csv = “/Users/leonidastra86/Desktop/ICBM25/ABC_demographics_tbm.csv – sample_demographics_tbm.csv”, hemi=”left”, smooth=2,5)
Could you try putting quotation marks around:
/Users/leonidastra86/Desktop/ICBM25
Could you also put just one csv file for the csv argument?
“/Users/leonidastra86/Desktop/ICBM25/sample_demographics_tbm.csv”
And use “.” for 2.5 for the smoothing level.
So the command would be something like:
bss_data <- load_bss_data (type=”cbm”,
subjdir = “/Users/leonidastra86/Desktop/ICBM25”,
csv = “/Users/leonidastra86/Desktop/ICBM25/sample_demographics_tbm.csv”, hemi=”left”, smooth=2.5)
Hope this helps.
Best,
Yeun