logo | R Documentation |
Add the AUT logo to an image using grImport
logo(...)
git(x,y,...)
... |
In function |
x , y |
In function |
The logo file in the package is AUT-logo-block.ps.xml
, created
using PostScriptTrace()
. The logo is plotted unless option
AUTlogo
is FALSE
.
In most plotting functions in the package, the appearance of the logo
is controlled by options("schwarzschild_logo")
which is
interpreted as the filename of an xml
file in the inst/
directory. There are a few special values: default NULL
means
to include a fivefold symmetrical ornamental knot
(“orn20.ps.xml
”), and FALSE
means to plot
nothing. Passing AUT-logo-block.ps.xml
plots the AUT logo.
Function git()
uses text()
to show the github repo URL.
The plotting functions documented here are designed to be used to plot
PDF
diagrams with pdf(..., height=9,width=9)
; changing
this could adversely affect the appearance (for example, the logo
might appear in a suboptimal place).
Robin K. S. Hankin
schwarzschild()
logo(x=0.5,y=0.5,width=0.5) # a bit big...
git(1,1,col='red')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.