l | R Documentation |
Shortcuts for common functions
l(...)
p(...)
h(...)
msd(x)
ss(x)
write.col(x, col.names = F, row.names = F, quote = F, ...)
... |
further parameters to be passed to other functions. |
x |
a numeric vector |
p
, h
and l
are simple shortcuts for paste
,
head
and length
functions, respectively.
msd
prints the mean and standard deviation of a numeric vector
and returns them invisibly in a named numeric vector.
ss
returns a sum of squares of a numeric vector
write.col
wrapper for write.table
for saving a single
column without column or rownames and quotes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.