In my function it returns a plot of my data, say example, using ListLinePlot, and this is the size I obtain:

but when running a series of simulations inside a Table:
Table[tCorrStudentsT[i]=sensStudentsT[sensMat[[i]], mcRun,chrT,hrT,ppT,r] ,{i,10}]
the resultant graphs look like these, without manually adjusting each graph after simulation is complete?

so how can I set it such that the series of graphs will be consistent with my single simulation result plot size?



graphs will be consistent with my single simulation result plot size? Do you mean just usingImageSize->? Please post complete self contained code that one can copy/paste and run. – Nasser Jan 8 at 2:39