In the package functions, spray objects are pretty consistently denoted S. But kform and ktensor objects are less consistent. I have been using notation consistent with whatever textbook I was using at the time, but this leads to inconsistent argument naming. Here is a compilation of argument names, arranged by manpage:
Rdfile kform ktensor
stokes-package "various" "T1 T2"
contract "K" NA
hodge "K" NA
kform "S" NA
issmall "x" NA
keep "K" NA
Ops.kform "e1 e2" "e1 e2"
symbolic "K" "K"
transform "K" NA
is.volume "K" NA
wedge2 "K1 K2" NA
Alt NA "S"
(NB: this table is edited from time to time as I modify the package)
In the package functions, spray objects are pretty consistently denoted
S. But kform and ktensor objects are less consistent. I have been using notation consistent with whatever textbook I was using at the time, but this leads to inconsistent argument naming. Here is a compilation of argument names, arranged by manpage:(NB: this table is edited from time to time as I modify the package)