Skip to content

lexis.age "out of bounds" error #3

@aniuxa

Description

@aniuxa

Hi,

I was trying to use lexis.age but I get an error.

My code was:
`library(LexisPlotR)

mi_diagrama <- lexis.grid2(year.start = 1995, year.end = 2000, age.start = 1, age.end = 5)

lexis.age(lg = mi_diagrama, age=3)`

And I got this error:

Error in lexis.age(lg = mi_diagrama, age = 3): Out of bounds.
Traceback:

  1. lexis.age(lg = mi_diagrama, age = 3)
  2. stop("Out of bounds.")

I got this error in a Mac with OS Mojave and Version of R 3.5.1
I tried at rstudio.cloud with 3.5.2 and I got the same error
I even tried at Linux with R version or 3.3.3

Similar code with the version from CRAN (with lexis.grid) works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions