-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in .checkTypes(e, names_x) #3
Comments
I forgot to mention, when I started R and entered 'library(ARCOS)' in the console I received a warning message: This may be unrelated to my above issue but perhaps not. |
I managed to get around the error by circumventing the loadDataFromFile function and creating an arcosTS object directly.
|
When you use the In your example, you haven't explicitly specified column names. The default value of You can ignore the warning about The parameter |
Thanks for your reply.
Classes ‘arcosTS’, ‘data.table’ and 'data.frame': 78792 obs. of 5 variables:
Regarding
I have additional questions regarding ARCOS that aren't support related. May I contact you directly? |
Sure DM me on Twitter or drop me an email |
I'm attempting to load my data from a .csv file and I'm encountering an error using savePlotColl2D. "Error in .checkTypos(e, names_x) :
Object 'NA' not found amongst id, x, y, m". My dataset is formatted in the same way as synthetic data generated with genSynth2D.
Here are the commands I've entered and the resulting error in situ.
The above methods work fine when dts is generated by genSynth2D as per the example in the documentation.
I suspect I'm improperly formatting my inputs for loadDataFromFile but I'm unsure how to proceed.
The text was updated successfully, but these errors were encountered: