seanmcm / RDendrom

R package for analysis, diagnostics, and presentation of intra-annual tree growth time series
1 stars 0 forks source link

Graph lines not fitting/plotting #3

Open mcgregorian1 opened 5 years ago

mcgregorian1 commented 5 years ago

Hi @seanmcm

I realized when checking through your code I had only been using the one tree as an example, even though it didn't have any band replacements.

With tree_1609, I notice that the curves are off from the plotted points. When I specifically look at that year's individual curve, I noticed that no best-fit curve was plotted to begin with. Is this meant to happen?

For some reason, in 2013 it's assigning the line at the bottom? image

image

image

Same thing with tree_7444. image image

Sorry I didn't catch this sooner.

seanmcm commented 5 years ago

@mcgregorian1 thanks ... i think this is a simple issue. something is off between the param.table and the dendro.split, it looks like. can you share the files for just these trees and the code you used to get the pictures?

thanks!

mcgregorian1 commented 5 years ago

@seanmcm those specific files are linked to in my comment (you should have access to our dendroband repo I believe?). Sure, here's the code I used:

test_intra is the df for each stem image

mcgregorian1 commented 5 years ago

Hi @seanmcm I tried the code today and I got the following error code: image

That being said, I continued running the script and while it still graphed the growth trends, the lines were not fit. Just wanted to give you a heads up.

image image

seanmcm commented 5 years ago

@mcgregorian1 thanks for the reminder. I’ll check this out again this week.