I see nothing wrong with the suggested names, they appear to be valid.

I would like to know how otheres deal with this, but I tend to keep
parameter names short and sweet with very little extra "finesse", e.g.
capital letters. I even try to avoid dots (I have them reserved for objects,
whereas capitalizedWords are used forFunctions (like in Java)).

My two pennies,
Roman



On Mon, Sep 13, 2010 at 9:09 PM, gianni lavaredo
<gianni.lavar...@gmail.com>wrote:

> dear Researchers,
>
> I am writing a function to improve my skills in R and make more elegant
> code
> but I need a simple suggestion, because I am looking libraries to learn the
> right syntax.
> Is It correct to name the input file "Input" (with uppercase i) and Output
> file "Output" or "filename"?
>
> thanks Gianni
>
>
> data2shp <- function(
>        Input,
>        Output,
>        coord.X,
>        coord.Y,
>        Projection,
>        Height
> ) ...................................
>
>        [[alternative HTML version deleted]]
>
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo@stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
>



-- 
In God we trust, all others bring data.

        [[alternative HTML version deleted]]

_______________________________________________
R-sig-Geo mailing list
R-sig-Geo@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-geo

Reply via email to