X-Git-Url: https://git.auder.net/?p=talweg.git;a=blobdiff_plain;f=reports%2Freport.gj;h=1a6b8d9fa9067734459092d4790d79ce8a190e9a;hp=657b1d72adb6aa9b968c79c2826720b76713b9e3;hb=ea5c7e56ca05a51ce4f0535ffa08cda4c14bff4a;hpb=bb3e3cec32bc1bf05986a2bff438f4d29f2d9630 diff --git a/reports/report.gj b/reports/report.gj index 657b1d7..1a6b8d9 100644 --- a/reports/report.gj +++ b/reports/report.gj @@ -82,8 +82,9 @@ par(mfrow=c(1,2)) plotFilamentsBox(data, f_np); title(paste("FilBox nn day",i_np)) plotFilamentsBox(data, f_p); title(paste("FilBox nn day",i_p)) -plotFilamentsBox(data, f_np2); title(paste("FilBox nn2 day",i_np)) -plotFilamentsBox(data, f_p2); title(paste("FilBox nn2 day",i_p)) +# Generally too few neighbors: +#plotFilamentsBox(data, f_np2); title(paste("FilBox nn2 day",i_np)) +#plotFilamentsBox(data, f_p2); title(paste("FilBox nn2 day",i_p)) -----r par(mfrow=c(1,2)) plotRelVar(data, f_np); title(paste("StdDev nn day",i_np))