Re: [OctDev] good example/template for new package

2012-09-05 Thread Carnë Draug
On 5 September 2012 16:18, Søren Hauberg wrote: > > On Sep 5, 2012, at 4:09 PM, Nicholas Musolino wrote: >> (a) Do users prefer function inputs with the (..."keyword", value) style, >> or the traditional ordered list of values? > > I don't think there are hard rules here. I tend to use "keyword"

Re: [OctDev] good example/template for new package

2012-09-05 Thread Søren Hauberg
On Sep 5, 2012, at 4:09 PM, Nicholas Musolino wrote: > (a) Do users prefer function inputs with the (..."keyword", value) style, or > the traditional ordered list of values? I don't think there are hard rules here. I tend to use "keyword", value for optional parameters and the ordered list for

[OctDev] good example/template for new package

2012-09-05 Thread Nicholas Musolino
Hello, I am thinking of writing a small package for directional statistics in Octave. These are the statistics of angles and vectors/directions. My question is, can anyone point me to an example of a well-written package that could serve as a good template? The questions I have are about best p