Closed hansvancalster closed 5 years ago
For a reader who looks at this in a hurry, the confusing part is that the default method for write_vc
is the optimal setting in terms of storage efficiency, whereas the write.table
default is least efficient.
You could consider the following change to the legend: use as levels for method (optimized and not optimized) and explain the mapping in the figure heading. Thus:
- write_vc + default -> write_vc + optimized
- write_vc + verbose -> write_vc + not optimized
- write.table + default -> write.table + not optimized
- write.table + sorted -> write.table + optimized
Description
Fixed some typos. Impressive!
General remark: I took me some time to figure out the meaning of the figures in the section
in git repositories
. Probably the figure headings and legend can be improved.Related Issue
NA
Example
NA