X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=reports%2Freport.gj;h=1a6b8d9fa9067734459092d4790d79ce8a190e9a;hb=ea5c7e56ca05a51ce4f0535ffa08cda4c14bff4a;hp=657b1d72adb6aa9b968c79c2826720b76713b9e3;hpb=ee8b1b4e3c13f8dcf13a2c8da6a3bef1520c8252;p=talweg.git 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))