# NOT RUN {
# generating runing and extracting parameters from Mplus files
# refering to a R object (example4) with correlation data
data(example4) # loading fictional example correlation matrix
# not Run until Mplus is installed on your Sytem #####
# }
# NOT RUN {
test <- Circ_pro(300,example4)
test
### ploting the result as a circumplex
plot(test)
# for black and white printing
plot(test,ltype=c(1,2),lcolor=c("grey","grey","black","black"))
# }
Run the code above in your browser using DataLab