search for: taak

Displaying 3 results from an estimated 3 matches for "taak".

Did you mean: tak
2012 Apr 15
1
(no subject)
...ve 18 tick marks each with its own label. What happens is, only a few labels are shown; there is not enough space for all labels. The tick marks are concentrated on the left side of the axis. I'd like to have all labels shown, in vertical direction. This is part of the data: > times ? ? ? ? taak? duur 1 ? algemeen 48.75 2 ? swimming 14.25 3 ? football 24.25 4 ? ? tennis 36.75 5? bicycling? 1.50 Under 'taak' are the labels. This is the code that should do the job: barplot( width= bar_width, times$duur,? names.arg=times$taak, col=fill_colors, border="NA", space=0.3, xlab=...
2019 Sep 24
2
What is the best way to loop over an ALTREP vector?
Hi Bob, Thanks for sending around the link to that. It looks mostly right and looks like a useful onramp. There are a few things to watch out for though (I've cc'ed Romain so he's aware of these comments). @romain I hope you taake the following comments as they are intended, as help rather than attacks. The largest issue I see is that the contract for Get_region is that it *populates the provided buffer with a copy of the data. *That buffer is expected to be safe to destructively modify, shuffle, etc though I don't kno...
2019 Sep 23
2
What is the best way to loop over an ALTREP vector?
Sorry for post a lot of things, for the first part of code, I copied my C++ iter macro by mistake(and you can see an explicit type casting). Here is the macro definition from R_exts/Itermacros.h #define ITERATE_BY_REGION_PARTIAL(sx, px, idx, nb, etype, vtype, \ strt, nfull, expr) do { \ * const** etype *px = DATAPTR_OR_NULL(sx); *