You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New supplementary argument title which allows to pass further
names of a sample to the plot output.
plot_AbanicoPlot()
The plot now can handle negative values, fixed in combination with #88 (reported by Sébastien Huot)
plot_RadialPlot()
Fix display problem when log.z = FALSE combined with negative
values (#88, reported by Sébastien Huot)
read_BIN2R()
Due to a typo, some bytes were read in the wrong order (big-endian
instead of little-endian). While the fix does not affect the
behaviour of the function, the non-fixed function would have soon
crashed on CRAN servers. A big thanks to Tomas Kalibera from the
CRAN team for his support and for pointing out this issue.
internal_as.latex.table()
The function gained a new argument rm.zero which is preset to TRUE. If set, all columns containing zero values only are removed.
The new argument enables a better fine tuning of the latex output.