Yes :)

\t ... tabulator

Alin

2007/4/19, Schmitt, Corinna <[EMAIL PROTECTED]>:
>
>   Thanks!
>
> If I want to add a new line behind I need the command
>
> cat("null-pint measurement Revertante:", NullPointRevertante ,"\n\n")
>
> Right?
>
> Corinna
>
>
>
>
>
>
>   ------------------------------
>
> *Von:* Soare Marcian-Alin [mailto:[EMAIL PROTECTED]
> *Gesendet:* Donnerstag, 19. April 2007 10:46
> *An:* Schmitt, Corinna; R-help@stat.math.ethz.ch
> *Betreff:* Re: [R] print command
>
>
>
> Hello Corinna,
>
> NullPointRevertante=plan1[3,2] #0.859
> cat("null-pint measurement Revertante:", NullPointRevertante ,"\n")
>
> Have Fun!
>
> Kind Regards,
> Soare Alin
>
> 2007/4/19, Schmitt, Corinna <[EMAIL PROTECTED]>:
>
> Dear R-Experts,
>
> I have the following command lines:
>
> NullPointRevertante=plan1[3,2] #0.859
> print("null-pint measurement Revertante: ")
> print(NullPointRevertante)
>
> The result looks like:
>
> [1] "null-pint measurement Revertante: "
> [1] 0.859
>
>
> It is ok but I achieve the following outlook:
>
> [1] null-pint measurement Revertante: 0.859
>
> How can I achieve this?
>
> Thanks, Corinna
>
> ______________________________________________
> R-help@stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to