Skip to content
Prev 96768 / 398500 Next

Follow Up To: Splitting the left and right hand terms of a formula

Le Mardi 25 Juillet 2006 15:48, Daniel Gerlanc a ?crit?:
The following should help you:
[1] "formula"
Class 'formula' length 3 x ~ y + z
  ..- attr(*, ".Environment")=length 56 <environment>
`~`
x
y + z
[1] "x"
[1] "y" "z"

If needed, the vertical bar | is also recognized as a separation symbol:
x | y + z
x
y + z


Bye!    Vincent