GabauerDavid / ConnectednessApproach

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adjust graphics parameters

in131313 opened this issue · comments

Hi,professor:
I'd like to adjust the rows and columns,but they are not graphics parameters. How can I solve this problem?
Thank you so much!

I don't know what u exactly mean by rows and columns, but I think using this code:

write.xlsx(dca$TABLE, "your path/document name.xlsx")

will put the result of dca in the example into Excel file, and then u can adjust them in Excel.