lmterryn / ITSMe

https://lmterryn.github.io/ITSMe/
40 stars 8 forks source link

the plot_tree is null #2

Closed liu-felix123 closed 1 year ago

liu-felix123 commented 1 year ago

Hi Louise, im try to output plot_tree,but its not show.the screenshot as below: H1L 2Y@%HMZ}3T5SS2(M%XX

and i following the tutorial to acquired parameter of basic structural meterics,equally,the summary figure not show. am i need output the each parameter plot by manully? )W%7(2X3ER3ZF{K6L)_JM1N cheers Felix.Liu

lmterryn commented 1 year ago

Hi Felix

I see that is a small mistake in the tutorial. The element in the output list that holds the plot is not called "plotTree" but "plot". Thanks for pointing this out. So you should H_out$plot to see the plot. I changed the code so that it plots it automatically again when you run the function.

For the second problem, you have to set the plot parameter TRUE and also include an OUT_path. Then the figure will automatically save in this OUT_path.

Update the package, and try again :)

liu-felix123 commented 1 year ago

Thank you.first problem is closed. the secend problem, should i reference the tutorial as below? it must to setting each parameter and true ,later to acquired plot automatically. 1`9_ R_L(I 7 S`}B0V{ 7J

lmterryn commented 1 year ago

With the plot functions you make the calculation and plot for multiple trees that are present in 1 folder. If you fill in a n OUT_path it will save those figures in the output folder.

I don't understand exactly what your question is.