R/printGEOinfo.R

Defines functions `printGEOinfo`

`printGEOinfo` <-
function(MAP, kstroke)
  {


df = data.frame(id=kstroke, nam=MAP$STROKES$nam[kstroke],
  index=MAP$STROKES$index[kstroke],
  num=MAP$STROKES$num[kstroke],
  col=MAP$STROKES$col[kstroke],
  style=MAP$STROKES$style[kstroke],
   code=MAP$STROKES$code[kstroke]
  )

  print(df)
  

  }

Try the GEOmap package in your browser

Any scripts or data that you put into this service are public.

GEOmap documentation built on Sept. 1, 2023, 5:09 p.m.