makeTarget | R Documentation |
Creates a layer containing a series of concentric circles.
makeTarget( x, y, maxRadius, numberOfColours, .useData = c(TRUE, FALSE), addColoursName = "componentColours", ... )
x, y |
co-ordinates for the centre of the targetColours |
maxRadius |
size of largest circle |
numberOfColours |
number of circles |
.useData |
controls addColours and colourComponents. |
... |
passed to layer@data and function objects |
Returns a layer with one component per circle.
easyPlot(makeTarget(x=0,y=0,1,3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.